07-11-2024, 02:27 PM
(This post was last modified: 07-11-2024, 02:29 PM by AbsoluteBeginner.)
(07-11-2024, 12:05 PM)z-s Wrote: I don't understand by what do you mean "searching images on the screen"
When I automate some repeatedly repeated on a computer sequence of user operations, I control the situation by analyzing the image on the display.
For example, my autoclicker program does not perform the next operation until it “sees” that the required image has appeared on the display.
Let's say the program will wait for an image of a button to appear on the screen that needs to be clicked when the browser page opens completely.
After all, the computer cannot instantly respond to the user’s previous mouse click. And the reaction time of the computer is always different.
To do this I use "searching images on the screen".
