Runs commands based on conditions
See Conditions page
If you're looping through a collection of elements and want to click on a button that only exists for some elements, you can use If with the "Element is visible" type to only run the Click command if the button exists.
If
Click
Last updated 3 years ago