Check Macros / Additional commands

Top  Previous  Next

Check-Macros support additional commands that can be added manually to the recorded macro source.

 

While the syntax of the different macro technologies is different, these additional commands have the same syntax for all technologies.

 

Command

Description

WAIT: seconds=XXX

Waits the defined number of seconds.

Valid values are between 5 and 60

 

Example (wait 10 seconds):

WAIT: seconds=10

SCROLLPAGEDOWN:

Scrolls the page down.

If a page should be scrolled down multiple times, you have to use one command per scroll operation.

 

Example (scroll 2 pages down):

SCROLLPAGEDOWN:

SCROLLPAGEDOWN:

RELOAD:

Reloads the currently opened page.