Skip to content

web_hover

Hover over a web element identified by its element ID, ARIA descriptor, or CSS selector. Useful for triggering hover states, tooltips, or dropdown menus.

Source

  • Kind: class-backed
  • Class: xyz.block.trailblaze.playwright.tools.PlaywrightNativeHoverTool

Contract

  • Visible to LLM: yes (surface_to_llm: true)
  • Recordable: yes (is_recordable: true)
  • Host-only: no (requires_host: false)

Input schema

Optional parameters

  • refString Element ID (e.g., ‘e5’), ARIA descriptor (e.g., ‘link “About”’), or CSS selector with css= prefix (e.g., ‘css=#my-id’).
  • reasoningString

Output

Returns: string (opaque text content)

Typed result schemas (kind: query | action, MCP structuredContent) are not yet carried by the resolved manifest — this section will gain detail when that lands.