Uh oh!
There was an error while loading. Please reload this page.
Add class chain locator type for iOS XCUITest-based driver - #599
Conversation
mykola-mokhnach
commented
Mar 13, 2017
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. |
SrinivasanTarget
commented
Mar 13, 2017
Interesting. @mykola-mokhnach TestApp is available in our repo, you can use the same and add some tests. |
mykola-mokhnach
commented
Mar 14, 2017
Done. Functional tests have been added |
SrinivasanTarget
commented
Mar 14, 2017
cool @mykola-mokhnach Will review in sometime |
SrinivasanTarget
left a comment
There was a problem hiding this comment.
LGTM 👍 Thanks @mykola-mokhnach
TikhomirovSergey
commented
Mar 21, 2017
@SrinivasanTarget Are tests passed? I would like to publish it in BETA6. |
SrinivasanTarget
commented
Mar 22, 2017
Yes @TikhomirovSergey Its a merge away |
himankarbn
commented
Sep 6, 2017
@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