Re: mouse click automation

2019-01-01 Thread Larry Martell
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

Re: mouse click automation

2019-01-01 Thread Brian Oney via Python-list
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

mouse click automation

2019-01-01 Thread Siddha 2305
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