Expected conditions are not working with Java client 8.0.0beta2 #1640
Unanswered
attrideepak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using appium 2.0 with espresso and java client 8.0.0beta2. I observed that none of the ExpectedConditions is working to wait explicitly for an element. My code works fine when I use Thread.sleep() but get NoSuchElementExpection when using ExpectedConditions, earlier with client version 7.6.0, expected conditions were working fine.
Has anything changed>
Beta Was this translation helpful? Give feedback.
All reactions