Interact with hyperlinks on a webpage. Use this action to navigate to new pages, open external links, or trigger JavaScript-based navigation.
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.
Define the hyperlink element to be clicked using one of the following methods:
Use standard CSS selectors to identify the element.
Use an XPath expression to precisely locate the element.
Interact with hyperlinks on a webpage. Use this action to navigate to new pages, open external links, or trigger JavaScript-based navigation.
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.
Define the hyperlink element to be clicked using one of the following methods:
Use standard CSS selectors to identify the element.
Use an XPath expression to precisely locate the element.