Condition
Add condition which you can check before performing action
On this page
You can specify what condition you need to apply.
(a) - value or text of xpath element
(b) - value provided in configuration page field.
Name | Type | Description |
---|---|---|
Equals | String | Number | (a) should be equal to (b) |
Contains | String | Number | (a) contains (b) |
Greater Than | Number | (a) is greater than (b) |
Lesser Than | Number | (a) is lesser than (b) |
Greater Than Equals | Number | (a) is greater than or equals to (b) |
Lesser Than Equals | Number | (a) is lesser than or equals to (b) |