|
Non-interactive IF statements:
In this scenario the user is determining if the copied address from the website matches the address in the data base.
Note: This scenario presumes that a data base is loaded into FoxtrotOne that has an address field and a variable contains the address that was copied from the website.
Interactive IF statements:
This scenario describes how to use an interactive IF statement when an error message appears on the screen.
First you have to drag the selector tool to a main identifier of the error.
Then select the If action on the left of the Actions list.

In the options section select If ‘the target’ and for the option below in this scenario states ‘is found’ At this time you can click OK. Then you will want to re-target a button on the screen that will resolve the error, in this case the Go button on the screen and select click. You will notice the click action on the script is indented. This means that if the target is not found the click action will not be executed.
Indented action item:

|