My window becomes inactive after a click outside #1568
-
Hello again, when I launch my script, everything works perfectly, but as soon as I leave the window, the script stops or rather, does not find any element until I click again on the window. Do you have any idea about this problem? Thank you, have a nice day. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That would depend on what you're trying to do in your script. If you need to hover over an element and then click something, then moving the mouse at the same time could interfere with that. You could try running the script in |
Beta Was this translation helpful? Give feedback.
That would depend on what you're trying to do in your script. If you need to hover over an element and then click something, then moving the mouse at the same time could interfere with that. You could try running the script in
headless
mode to prevent outside mouse-movement from impacting the script in any way.