-
Hi guys, I'm trying to automate a click on an element using PyAutoGUI in an xvfb environment. However, the click isn't being registered. I'd like to connect to the xvfb instance to observe where the cursor is moving. Is this possible? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Nov 11, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From Google AI:
Using PyAutoGUI with VNC can be tricky due to a few key considerations:
Challenges:
Solution: Don't use VNC if you need to use PyAutoGUI actions.