Inputs
☐ Prompt / Description (Required)
A clear and concise instruction that describes what this step should do. This helps the AI debug and re-find the element if the webpage structure changes.Good Example:
"Click the 'Learn More' link to navigate to the details page."Bad Example:
"Find and click some kind of link that takes you somewhere useful."Why it’s bad? Too vague, doesn’t specify which link to interact with.☐ Element Selector (Required)
Define the hyperlink element to be clicked using one of the following methods:CSS Selector
Use standard CSS selectors to identify the element.
XPath
Use an XPath expression to precisely locate the element.