Skip to main content Skip to docs navigation

Addon · Condition

Define how the Addon compares the page value (a) to your input (b) before the Action runs.

On this page

Choose a comparison to apply:

  • (a) is the page value (text or attribute) captured by the Addon’s Element Finder, or a function result.
  • (b) is the value you provide in the Addon’s input field.
NameTypesDescription
EqualsString, Number(a) equals (b)
Not EqualsString, Number(a) is not equal to (b)
ContainsString(a) contains (b)
Not ContainsString(a) does not contain (b)
Greater ThanNumber(a) > (b)
Less ThanNumber(a) < (b)
Greater Than Or EqualNumber(a) ≥ (b)
Less Than Or EqualNumber(a) ≤ (b)
Is CheckedBooleanCheckbox/radio is checked
Is Not CheckedBooleanCheckbox/radio is not checked