Clear contents (if visible)
- Clear the contents of the current element if it's visibleClick if visible
- Click the current element if it's visibleTimeout
which specifies how long the action will wait for the element to become visible. The default, if you leave it blank is 3 secondsContains text? (if visible)
- Check if the current element contains the specified text?Text
- The text you want to verify is in the elementTimeout
- how long the action will wait for the element to become visible. The default, if you leave it blank is 3 secondsGet text (if visible)
- Get text from element if it's visible.Timeout
which specifies how long the action will wait for the element to become visible. The default, if you leave it blank is 3 secondsIs clickable? (if visible)
- Check if the current element is clickable.Timeout
which specifies how long the action will wait for the element to become visible. The default, if you leave it blank is 3 secondsLong press gesture (if visible)
- Make a long press gesture on the current element if it's visible (Andoid and iOS only).Duration
- The amount of time (in milliseconds) to hold the press forTimeout
- how long the action will wait for the element to become visible. The default, if you leave it blank is 3 secondsTap (if visible)
- Tap the current element if it's visible (Android and iOS only)Timeout
which specifies how long the action will wait for the element to become visible. The default, if you leave it blank is 3 secondsType text (if visible)
- Type the specified text in the current element if the element is visibleText
- The text you want typed into the elementTimeout
- how long the action will wait for the element to become visible. The default, if you leave it blank is 3 seconds