I want to search for an element in an android application page which has a count down animation, so the searching for the element does not finish until the count down ends. Is there any way Appium does not wait and return immediate results?
Asked
Active
Viewed 117 times
1 Answers
0
Use threading while the one counts down other can help with the search and when the countdown ends the other thread can kill the searching thread.

Omer Ozhan
- 63
- 1
- 5
-
Would you please elaborate on your answer? – Iman Jul 09 '20 at 10:15