-
Notifications
You must be signed in to change notification settings - Fork 189
chore: drop FindElementBy* and FindElementsBy* #470
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
chore: drop FindElementBy* and FindElementsBy* #470
Conversation
Drop OS specific element types
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.
Nicely done. It would also be nice to change the description of the PR according to https://www.conventionalcommits.org/en/v1.0.0/ rules
@TroyWalshProf are you still making changes to this branch? |
@akinsolb - I am done with the PR |
@TroyWalshProf @akinsolb |
Drop OS specific element types
Change list
Drop all FindElementBy* and FindElementsBy* calls.
Stop using driver specific web elements.
Stop requiring web element type to be names for each driver.
Types of changes
What types of changes are you proposing/introducing to .NET client?
Put an
x
in the boxes that applyDocumentation
This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example
Integration tests
Details
Drop all FindElementBy* and FindElementsBy* calls.
Stop using driver specific web elements.
Stop requiring web element type to be names for each driver.