hover
Hover over a specific element using a CSS selector to simulate user interaction during browser automation or testing on ARM64 devices with Chromium.
Instructions
Hover over an element on the page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for the element to hover |
Input Schema (JSON Schema)
{
"properties": {
"selector": {
"description": "CSS selector for the element to hover",
"type": "string"
}
},
"required": [
"selector"
],
"type": "object"
}