deprecate UIAutomation for iOS by saikrishna321 · Pull Request #1074 · appium/java-client
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecate UIAutomation for iOS #1074
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/java/io/appium/java_client/FindsByIosUIAutomation.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions src/main/java/io/appium/java_client/MobileBy.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions src/main/java/io/appium/java_client/pagefactory/HowToUseLocators.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -55,7 +55,11 @@ | |
| * | ||
| * @return the strategy which defines how to use locators which are described by the | ||
Copy link Copy MarkdownContributor Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please add Copy link Copy MarkdownMember Author Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
| * {@link iOSFindBy} annotation | ||
| * | ||
| * @deprecated UIAutomation is going to get deprecated. | ||
| * It is recommended to use XCUITest | ||
| */ | ||
| @Deprecated | ||
| LocatorGroupStrategy iOSAutomation() default LocatorGroupStrategy.CHAIN; | ||
|
|
||
| /** | ||
| Expand Down | ||
7 changes: 6 additions & 1 deletion src/main/java/io/appium/java_client/pagefactory/iOSFindAll.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion src/main/java/io/appium/java_client/pagefactory/iOSFindBy.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions src/main/java/io/appium/java_client/pagefactory/iOSFindByAllSet.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions src/main/java/io/appium/java_client/pagefactory/iOSFindByChainSet.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions src/main/java/io/appium/java_client/pagefactory/iOSFindBySet.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletion src/main/java/io/appium/java_client/pagefactory/iOSFindBys.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters