For AI agents: a documentation index is available at /llms.txt
Skip to main content

HoverOptions

Properties

PropertyTypeDescription
scroll?booleanWhether or not to scroll to the element, defaults to true Default true
timeout?numberHow long to wait for the element to appear before timing out, overriding any defaults. Default timeout is 30 seconds, or 30000.
visible?booleanWhether or not to hover on the element only if it's visible Default false
wait?booleanWhether or not to wait for the element to present in the DOM Default true
x?numberThe X coordinate, in pixels, to hover on the page
y?numberThe Y coordinate, in pixels, to hover on the page