Skip to content

Web hover

Tool web_hover

Description

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

Command Class

xyz.block.trailblaze.playwright.tools.PlaywrightNativeHoverTool

Registered PlaywrightNativeHoverTool in ToolRegistry

Required Parameters

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

Optional Parameters

  • element: String Human-readable description of the element being hovered, for logging.
  • reasoning: String

NOTE: THIS IS GENERATED DOCUMENTATION