0
Is it possible for me to use Pyautogui in a browser that is not showing up on the screen ? Type I create a code for Pyautogui to work with the coordinates of a specific browser(eg Firefox) while I view other things on the screen(eg watch youtube video) in another browser(eg: Opera) ?
what I want to do is click on a particular location every 5 minutes +ou- and that operation and quick however the interval between them is not. No matter I lose control of the mouse in those milliseconds what I didn’t want was to have to leave the screen open on the screen
ps: I’m sorry if I didn’t know how to express myself very well.
From now on I thank and forgive the ignorance.
Precisely - using Selenium is the correct recommendation in this case.
– jsbueno