web_click¶
Click on a web element identified by its element ID, ARIA descriptor, or CSS selector. Use the element ID from the page elements list (e.g., ‘e5’), an ARIA descriptor (e.g., ‘button “Submit”’), or a CSS selector prefixed with ‘css=’ (e.g., ‘css=#my-button’, ‘css=[data-testid=”submit”]’).
Source¶
- Kind: class-backed
- Class:
xyz.block.trailblaze.playwright.tools.PlaywrightNativeClickTool
Contract¶
- Visible to LLM: yes (
surface_to_llm: true) - Recordable: yes (
is_recordable: true) - Host-only: no (
requires_host: false)
Input schema¶
Optional parameters¶
ref—StringElement ID (e.g., ‘e5’), ARIA descriptor (e.g., ‘button “Submit”’), or CSS selector with css= prefix (e.g., ‘css=#my-id’, ‘css=[data-testid=”btn”]’).reasoning—String
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.