What I did that worked for me, is I put a sleep with a random value between clicks. And between clicks, I also put a MouseMove to a random spot on the screen. I suppose if that stops working, I would put a random Mouse Speed between clicks
You talked about imagesearch, interesting to know. Does Google make it different so that screen recognition doesn't work, yet it looks the same everytime? Clever...
I'm experiencing these coordinate issues which can be explained by the fact that I'm using multiple screens, with different DPI setting. My laptop screen is set to 125%, while my two Dell screens are set to 100%, all connected by Dell USB 3.0 docking station. It's therefore necessary to take this into account, as described in the AutoHotkey V2 documentation under: - OS DPI Scaling (For applications which are not DPI-aware, the operating system automatically scales coordinates passed to and returned from certain system functions. This type of scaling affects AutoHotkey only on systems with multiple screens where not all screens have the same DPI setting).
What I did that worked for me, is I put a sleep with a random value between clicks. And between clicks, I also put a MouseMove to a random spot on the screen.
I suppose if that stops working, I would put a random Mouse Speed between clicks
You talked about imagesearch, interesting to know. Does Google make it different so that screen recognition doesn't work, yet it looks the same everytime? Clever...
I'm experiencing these coordinate issues which can be explained by the fact that I'm using multiple screens, with different DPI setting.
My laptop screen is set to 125%, while my two Dell screens are set to 100%, all connected by Dell USB 3.0 docking station.
It's therefore necessary to take this into account, as described in the AutoHotkey V2 documentation under: - OS DPI Scaling
(For applications which are not DPI-aware, the operating system automatically scales coordinates passed to and returned from certain system functions.
This type of scaling affects AutoHotkey only on systems with multiple screens where not all screens have the same DPI setting).
1:05 Will it work for me? I only use my browser to click on Tab Nation youtube videos ;-)