press_key
Simulate key presses with modifier combinations such as Ctrl+C or Shift+Tab to trigger browser shortcuts in real Chrome for web automation without screenshots or CDP.
Instructions
Press key(s) with modifiers: press_key("c",["ctrl"]) = Ctrl+C, press_key("Tab",["shift"]) = Shift+Tab.…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| ref | No | ||
| frameId | No | frameId (omit=top) | |
| modifiers | No |