Example plans)
The task is to click on the "checkbox" widget on the webpage.
Here is a plan to solve this example task on the webpage with the autonomous agent. 
1. clickxpath //input[@data-type="checkbox"]

The task is for the agent to click on the "text" widget on the webpage.
Here is a plan to solve this example task on the webpage with the autonomous agent. 
1. clickxpath //input[@data-type="text"] // You must click text not textarea

The task is to click on the "button" widget.
Here is a plan to solve this example task on the webpage with the autonomous agent. 
1. clickxpath //button[@data-type="button"]
