Click on a component on the screen.

Input

PropertyTypeRequiredDescription
xpathSHORT_TEXTYesThe XPath of the component to click on.
instructionSHORT_TEXTYesWhat is this action for? A wholistic and detailed description of what is the command for taking this action. If the action is in a loop, make sure to say its the xth row, or item, etc. (e.g. “Click on the search bar”, “Type a greeting message into the body input box” , “Click the button to send the message on the side panel”, “Click on the member in the list of members”)

Sample Output

{
  "success": true,
  "page_content": "<h1>...</h1>..."
}