Can we click a web element by its location (x/y coords)? #2641
Answered
by
mdmintz
drFrankWhite
asked this question in
Q&A
-
How can I use SB to click these coords? {'x': 382, 'y': 698} |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Mar 27, 2024
Replies: 1 comment
-
See examples/test_canvas.py for clicking on canvas items based on coordinates. Otherwise, see https://stackoverflow.com/q/6775351/7058266 |
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
See examples/test_canvas.py for clicking on canvas items based on coordinates.
Otherwise, see https://stackoverflow.com/q/6775351/7058266
Or try https://github.com/asweigart/pyautogui