Screen content trigger events
Screen content trigger events are triggers based on the elements in the web page. Triggers based on these events will fire when they are evaluated as true.
The following Screen Content trigger event criteria can be used to determine when a trigger will be fired.
Criteria |
Description |
---|---|
Passback Value Only |
Where the value of the selected control is not used during the evaluation of the trigger, but is stored for logging purposes. That is, select this criteria when the trigger variable is not used as a trigger condition. Passback Value Truncation: When multiple passback values for one trigger are truncated, the maximum character limit for the truncated passback value per trigger is 2048.
|
Contains |
Where the text value of the selected control contains a designated keyword. |
Does Not Contain |
Where the text value of the selected control does not contain a designated keyword. |
Equal to |
Where the text value of the selected control is equal to a specified value. |
Not Equal to |
Where the text value of the selected control is not equal to a specified value. |
Greater than |
Where the numeric equivalent of the text value of the selected control is greater than a specified value. |
Has Changed |
Where the value of the selected control has changed while the control is present on the screen. |
Less than |
Where the numeric equivalent of the text value of the selected control is less than a specified value. |
On Clicked |
Where the selected control receives a mouse click event. |
Matches |
Where the text value of the selected control matches a specified regular expression. |
Does not Match |
Where the text value of the selected control does not match a specified regular expression. |
Exists At |
Where the selected control cannot be located by its value, and can only be located by its X/Y co-ordinate on the screen. Relevant for Win32 applications only. |