-
Notifications
You must be signed in to change notification settings - Fork 188
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
[Feat]: RelativeBy functionality from Selenium 4 #760
Comments
Related article: https://saucelabs.com/resources/blog/selenium-4-relative-locators |
These locators rely on the native implementation. In case of selenium/browser automation it is easy to do something like that since under the hood they have css location. As a result, relative locators could easily be transformed into native ones. |
Let alone we can't easily inherit from this class ( |
|
Ah, forgot to answer on your question. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. I have radio buttons and check boxes next to text that contains automation IDs it would be nice to tell my app left of instead of creating automation IDs for checkboxes.
Describe the solution you'd like
Selenium 4 brought RelativeBy functionality. I would love to use that in appium.
Describe alternatives you've considered
Automation IDs everywhere on everything.
Additional context
I see lots of deprecation for newer Selenium functionality but not a whole lot of new and added functionality that Selenium should bring.
The text was updated successfully, but these errors were encountered: