Skip to content

9.4.0 release sudden failures #546

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

Closed
Edouard-chin opened this issue Apr 17, 2017 · 2 comments
Closed

9.4.0 release sudden failures #546

Edouard-chin opened this issue Apr 17, 2017 · 2 comments
Milestone

Comments

@Edouard-chin
Copy link

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

appium_driver.button('Done').click
appium_driver.text('Select').click

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:

  • Ubuntu 16.0.4
  • Appium v1.6.3
  • Android sdk-tools v 25.2.3

Thanks !

@KazuCocoa
Copy link
Member

KazuCocoa commented Apr 17, 2017

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.

@KazuCocoa
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants