WindowsFindBy annotation missing 'name' option
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 752
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 8
Description
Description
The WindowsFindBy annotation defined as an interface in src/main/java/io/appium/java_client/pagefactory/WindowsFindBy.java does not contain a 'name' method .
This prevents using the WindowsFindBy annotation to identify Windows elements by their 'name' attribute in WinAppDriver.
WinAppDriver supports FindElementByName.
Environment
- java-client: V5.0.0-BETA8
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/main/java/io/appium/java_client/pagefactory/WindowsFindBy.java and compare its annotation options with the WinAppDriver FindElementByName capability described in the issue. Done means WindowsFindBy exposes a name option that can identify Windows elements by their name attribute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop, testing-qa
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100