Skip to main content Skip to docs navigation
Check

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.

NameTypeDescription
EqualsString | Number(a) should be equal to (b)
ContainsString | Number(a) contains (b)
Greater ThanNumber(a) is greater than (b)
Lesser ThanNumber(a) is lesser than (b)
Greater Than EqualsNumber(a) is greater than or equals to (b)
Lesser Than EqualsNumber(a) is lesser than or equals to (b)