On Tue, Jan 1, 2019 at 12:10 PM Siddha 2305 wrote:
>
> Hello All,
>
> I am trying to write a script to emulate mouse clicks.
> The script launches Google chrome, navigates to the website. But after that
> the script does not go to the specified coordinates.
>
> Also, I noticed that the screen coo
I am unfamiliar with pynput. I have had good experience with pyautogui. As your
script isn't yet advanced, you may consider it.
https://pyautogui.readthedocs.io/en/latest/introduction.html
--
https://mail.python.org/mailman/listinfo/python-list
Hello All,
I am trying to write a script to emulate mouse clicks.
The script launches Google chrome, navigates to the website. But after that the
script does not go to the specified coordinates.
Also, I noticed that the screen coordinate is different every time I tried to
check it.
Could some