hover
Simulate hovering over any webpage element using a CSS selector, enabling interaction testing and dynamic content inspection in the PlayMCP Browser Automation Server.
Instructions
Hover over an element on the page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes |
Input Schema (JSON Schema)
{
"properties": {
"selector": {
"type": "string"
}
},
"required": [
"selector"
],
"type": "object"
}