0

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?

enter image description here

Camilo Terevinto
  • 31,141
  • 6
  • 88
  • 120
cw84
  • 2,111
  • 5
  • 24
  • 37

1 Answers1

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.