-
-
Notifications
You must be signed in to change notification settings - Fork 758
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
Add class chain locator type for iOS XCUITest-based driver #599
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 Thanks @mykola-mokhnach
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
x
in 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