Python Forum

Full Version: pyautogui
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I used the following two statements below to locate a word in a webpage
pyautogui.hotkey('ctrl', 'f')
pyautogui.hotkey('ctrl', 'v')

How can I return the position of the located word, so I can move the mouse to it? Thanks in advance