We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey guys 👋 ,
Thanks for maintaining this great gem! We noticed sudden failures on our UI automation, the failure started as soon as the 9.4.0 version got released.
9.4.0
Our automation became flakky (80% of failures), all errors were related to finding elements. Line of code looking like this for example
appium_driver.button('Done').click appium_driver.text('Select').click
After setting the gem version back to 9.3.8 the failures stopped.
9.3.8
Not sure if the way we find elements is wrong but it used to work perfectly for the last couple weeks.
Here is what our CI environment uses:
Thanks !
The text was updated successfully, but these errors were encountered:
Thanks for your reporting!
hm... I've changed some logic to use xpath in #544. I'll change to use uiautomation for appium automation name and xpath for uiautomator2.
appium
uiautomator2
Sorry, something went wrong.
https://github.com/appium/ruby_lib/releases/tag/v9.4.1
No branches or pull requests
Hey guys 👋 ,
Thanks for maintaining this great gem!
We noticed sudden failures on our UI automation, the failure started as soon as the
9.4.0
version got released.Our automation became flakky (80% of failures), all errors were related to finding elements.
Line of code looking like this for example
After setting the gem version back to
9.3.8
the failures stopped.Not sure if the way we find elements is wrong but it used to work perfectly for the last couple weeks.
Here is what our CI environment uses:
Thanks !
The text was updated successfully, but these errors were encountered: