deprecate UIAutomation for iOS by saikrishna321 · Pull Request #1074 · appium/java-client
Navigation Menu
{{ message }}
appium / java-client Public
- Notifications You must be signed in to change notification settings
- Fork 763
Merged
deprecate UIAutomation for iOS#1074
SrinivasanTarget merged 3 commits intoappium:masterfrom
saikrishna321:master
deprecate UIAutomation for iOS#1074
SrinivasanTarget merged 3 commits intoappium:masterfrom
saikrishna321:master
Conversation
Copy link Copy Markdown
Member
saikrishna321
commented
Dec 22, 2018
saikrishna321
commented
Change list
Depreacted UIAutomation findBys and findBySets
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply
- No changes in production code.
- Bugfix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
saikrishna321
changed the title
depreacte UIAutomation for iOS
deprecate UIAutomation for iOS
saikrishna321
requested review from
SrinivasanTarget and
mykola-mokhnach
src/main/java/io/appium/java_client/MobileBy.java
Outdated
Show resolved
Hide resolved
src/main/java/io/appium/java_client/MobileBy.java Outdated Show resolved Hide resolved
| @@ -56,6 +56,7 @@ | |||
| * @return the strategy which defines how to use locators which are described by the | |||
Copy link Copy Markdown
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add @deprecated description
Copy link Copy Markdown
Member Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
mykola-mokhnach approved these changes Dec 23, 2018
SrinivasanTarget approved these changes Dec 24, 2018
SrinivasanTarget
merged commit
0cb3fcb
into
appium:master
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment