Oct-17-2021, 02:26 PM
(This post was last modified: Oct-17-2021, 02:26 PM by GoA_TrancE.)
Hello devs,
Since couple of days im looking for a solution to locate an image on the entire screen and click on it faster. Tried with pyautogui but is kinda SLOW and not working for me.
Im looking for a solution which can find an image, group of colors(not only 1 pixel) or a colored text for more specific image recognition and click on it faster while the mouse is locked over the image all the time.
The issue here is when the image is found (using pyautogui) the image is changing the location quickly and pyautogui is trying to move the mouse on it but is too slow. It clicks along the way and is staying behind the targed all the time. Which obviously is not the case here.
1. First have to locate image or a specific text with a specific color.
2. It needs to lock the mouse over the image while the image location is changing.
3. Click on it.
Please share your suggestions and alternatives better than pyautogui.
Thank you so much in advance for the support
Since couple of days im looking for a solution to locate an image on the entire screen and click on it faster. Tried with pyautogui but is kinda SLOW and not working for me.
Im looking for a solution which can find an image, group of colors(not only 1 pixel) or a colored text for more specific image recognition and click on it faster while the mouse is locked over the image all the time.
The issue here is when the image is found (using pyautogui) the image is changing the location quickly and pyautogui is trying to move the mouse on it but is too slow. It clicks along the way and is staying behind the targed all the time. Which obviously is not the case here.
1. First have to locate image or a specific text with a specific color.
2. It needs to lock the mouse over the image while the image location is changing.
3. Click on it.
Please share your suggestions and alternatives better than pyautogui.
Thank you so much in advance for the support