Simulate mouse hover interactions on webpage elements. Use this action to trigger tooltips, reveal dropdown menus, and interact with hover-based UI components.
A clear and concise instruction describing what this step should do. This helps the AI debug and re-find the element if needed.
Good Example: "Hover over the profile icon to reveal the dropdown menu."
Bad Example: "Move the mouse around until something appears."
Why it’s bad? Too vague, lacks specificity about which element to hover over.
Define the element to be hovered over using one of the following methods:
Use standard CSS selectors to identify the element.
Use an XPath expression to precisely locate the element.
Simulate mouse hover interactions on webpage elements. Use this action to trigger tooltips, reveal dropdown menus, and interact with hover-based UI components.
A clear and concise instruction describing what this step should do. This helps the AI debug and re-find the element if needed.
Good Example: "Hover over the profile icon to reveal the dropdown menu."
Bad Example: "Move the mouse around until something appears."
Why it’s bad? Too vague, lacks specificity about which element to hover over.
Define the element to be hovered over using one of the following methods:
Use standard CSS selectors to identify the element.
Use an XPath expression to precisely locate the element.