web_wait¶
Wait for a specified number of seconds before continuing. Use this when you need to wait for animations, network requests, or page transitions to complete.
Source¶
- Kind: class-backed
- Class:
xyz.block.trailblaze.playwright.tools.PlaywrightNativeWaitTool
Contract¶
- Visible to LLM: yes (
surface_to_llm: true) - Recordable: yes (
is_recordable: true) - Host-only: no (
requires_host: false)
Input schema¶
Optional parameters¶
seconds—IntegerNumber of seconds to wait (e.g., 1, 2, 5). Maximum 30 seconds.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.