Smithery
browser_press_key
Press a keyboard key or key combination. Supports special keys like Enter, Tab, Escape, ArrowDown, and modifiers like Control+A, Shift+Tab. Returns a screenshot after pressing.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called browser_press_key?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"key": {
"type": "string",
"description": "Key to press (e.g. 'Enter', 'Tab', 'Escape', 'ArrowDown', 'Control+a', 'Meta+c')"
},
"sessionId": {
"type": "string",
"description": "Session ID from browser_navigate"
}
}
}