I have the following ImplicitWait, but it's being ignored. Despite setting it to 60 seconds, when I run my code it immediately fails on the following line, without waiting. Why is this?
Asked
Active
Viewed 60 times
0
-
Can we page url if it's public ? – cruisepandey Sep 03 '21 at 09:58
1 Answers
0
In Dev Express v20.2 issue has been resolved. This is because of an attribute "isOffScreen=False", in the newer version the value was True. WinAppDriver cannot interact with the element in this state and throws the error mentioned in the issue image.

Shobhit Agrawal
- 36
- 2