Home >> Support >> Search Picture

Search Picture

What can I do if search a picture timeout with Auto Macro Recorder?
By default, Auto Macro Recorder will stop the Action Script if search a picture timeout. There are two ways to make the Action Script do not stop when search a picture timeout:

1. Insert If Else Statement
2. Change the option "What to do if search the picture timeout"

Method 1. Insert If Else Statement
Double click on the search picture action to open the Search Picture dialog. Then check the option "Insert If Else Statement" and click "OK".
Insert If Else Statement

After that, you can insert some actions between If and Else or between Else and End If. If the picture is found, Auto Macro Recorder will execute the actions between If and Else, otherwise it will execute the actions between Else and End If.
Insert If Else Statement

Method 2. Change the option "What to do if search the picture timeout"
Double click on the search picture action to open the Search Picture dialog. Then change the option "What to do if search the picture timeout" to "Continue to the next Action". And then click "OK".
Continue to the next Action