Web press key
Tool web_press_key¶
Description¶
Press a keyboard key or key combination. Supports keys like ‘Enter’, ‘Tab’, ‘Escape’, ‘Backspace’, ‘ArrowDown’, ‘ArrowUp’, and combinations like ‘Control+A’, ‘Meta+C’, ‘Shift+Tab’.
Command Class¶
xyz.block.trailblaze.playwright.tools.PlaywrightNativePressKeyTool
Registered PlaywrightNativePressKeyTool in ToolRegistry¶
Required Parameters¶
key:StringThe key or key combination to press (e.g., ‘Enter’, ‘Tab’, ‘Control+A’, ‘Meta+C’).
Optional Parameters¶
reasoning:String
NOTE: THIS IS GENERATED DOCUMENTATION