Exception: could not find position for ... #1795
-
Hello, what I could do for this error:
Code:
|
Beta Was this translation helpful? Give feedback.
Answered by
ultrafunkamsterdam
Mar 18, 2024
Replies: 1 comment
-
Just use .click instead of mouse_click. Mouse_click requires the element to be on the top layer. This is not the place for this, though |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dlubom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just use .click instead of mouse_click. Mouse_click requires the element to be on the top layer.
This is not the place for this, though