Assert Visibility of Specific Text
Purpose: Checks if the specified text is visible on the screen. If the text isn’t found or visible, GPT Driver falls back to executing the step using AI.
Syntax:
assertVisible.text:"..."
Example: To confirm that the text “Login” is visible:
assertVisible.text:"Login"
Last updated