Conditions
Last updated
Was this helpful?
Last updated
Was this helpful?
Conditions can be used:
To control the flow using commands like and
To search and filter rows in spreadsheets using commands like and
To verify results and create end-to-end tests using
Value: for the element to check for visibility
Value: for the element to check for visibility
Text comparisons are case-insensitive.
Value: Javascript expression that evaluates to either true
or false
(e.g. 1 === 2
)