Hello, I am developing a script in python that allows me to simulate the use of the mouse and the keyboard, as if it were a human, and that operates on a web page loaded in a browser.
Currently, this goal is achieved with the "pyautogui" library, acting on the entire screen.
The next step I want to achieve is to operate only in the visual area of the browser (viewport), and to be able to position the mouse pointer anywhere on the page and not just on the screen, scrolling accordingly.
I am looking for help or collaboration
Is anyone on the forum interested?
Thanks in advance.
Currently, this goal is achieved with the "pyautogui" library, acting on the entire screen.
The next step I want to achieve is to operate only in the visual area of the browser (viewport), and to be able to position the mouse pointer anywhere on the page and not just on the screen, scrolling accordingly.
I am looking for help or collaboration
Is anyone on the forum interested?
Thanks in advance.