Advanced Commands Test Setting Page
Quality2Threshold | number (try between 30 and 40) |
ExperimentalContinuationLimit | number |
isPersistent | “true“ |
ScreenshottingMode | “device-screen” (high resolution screenshot (‘experimental’ style)) “browser-window” (old ‘non experimental’ style) |
EVAL Statements
EVALsendkeys("any text",100)
Jumps
JUMP(T/F)any name
… some more actions …
TAG#any name
Loops
TAG#any name
… some more actions …
JUMP (T/F)any name
Sub – Return
With JUMP sub:test you set the base of the following jump session
The command makes you jump to the TAG #sub:test
With the Jump #return:test you jump back to the place where you started (set the baseline)
JUMPsub:any name
… some more actions …
TAG#sub:any name
… some more actions …
JUMPreturn:any name
Jump based on clipboard value
JUMPscr($CLIPBOARD)