Web wait
Tool web_wait¶
Description¶
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.
Command Class¶
xyz.block.trailblaze.playwright.tools.PlaywrightNativeWaitTool
Registered PlaywrightNativeWaitTool in ToolRegistry¶
Optional Parameters¶
seconds:IntegerNumber of seconds to wait (e.g., 1, 2, 5). Maximum 30 seconds.reasoning:String
NOTE: THIS IS GENERATED DOCUMENTATION