Add class chain locator type for iOS XCUITest-based driver#599
Add class chain locator type for iOS XCUITest-based driver#599SrinivasanTarget merged 2 commits intoappium:masterappium/java-client:masterfrom mykola-mokhnach:class_chainmykola-mokhnach/java-client:class_chainCopy head branch name to clipboard
Conversation
|
I'd be very happy if one could provide me with xml source of the app we use for functional iOS testing, so I could add some tests for class chain locator type. |
|
Interesting. @mykola-mokhnach TestApp is available in our repo, you can use the same and add some tests. |
|
Done. Functional tests have been added |
|
cool @mykola-mokhnach Will review in sometime |
SrinivasanTarget
left a comment
There was a problem hiding this comment.
LGTM 👍 Thanks @mykola-mokhnach
There was a problem hiding this comment.
@SrinivasanTarget @mykola-mokhnach this is cool 👍
|
@SrinivasanTarget Are tests passed? I would like to publish it in BETA6. |
|
Yes @TikhomirovSergey Its a merge away |
|
@mykola-mokhnach @SrinivasanTarget: Need some help... So far we have been using XCUITest for our automation. We recently started with Appium Ruby and would like to use In XCTest to get the Password text field we use Is there a better/shorter way to find the password field using class_chain ? |

Change list
Adds a new class chain locator type for iOS XCUITest-based driver
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an
xin the boxes that applyDetails
This PR is based on appium/appium-xcuitest-driver#391
Class chain locator description and usage examples are present on https://github.com/facebook/WebDriverAgent/wiki/Queries