What function should I use to click the pop button after the program starts? For example, the league run button for legends is what I want to simulate a click.
You can use MouseClick if you know the coordinates where to click:
MouseClick("left", x, y)
Or you can use ControlClick to click on a specific button:
ControlClick("Window title", "", "[classname provided by AutoitINFO]")
Source: https://habr.com/ru/post/946480/More articles:The application starts searching for GPS right when the application starts, and not if necessary. - javaCheck image quality before OCR - javaHow to allow PUT file request on Nginx server? - httpCSS3 reverse progress - javascriptCopy multiple tables to one table (from multiple databases) - databaseSublime text 2, ctrl + d does not work properly - linuxWhen formatting multi-line statements in IntelliJ IDEA, can statements be aligned? - code-formattingGuaranteed Stack Write Initialization - delphiHow to send a message to another node? - erlangHow to associate a specific type of file using "View File", - associationsAll Articles