Hello everyone! I want to click a certain button in a certain window on the computer screen at some future time point. I think it needs to first identify the position of the button based on its title, then click it at the set time, and perhaps also capture and save the interface picture after the click.
Is there an easy way to achieve this using Julia? Thanks!