MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / SendKeysEvent

Class SendKeysEvent

src/environment/browser/browser/events.py:234–239  ·  view source on GitHub ↗

Send keyboard keys/shortcuts.

Source from the content-addressed store, hash-verified

232
233
234class SendKeysEvent(BaseEvent[None]):
235 """Send keyboard keys/shortcuts."""
236
237 keys: str # e.g., "ctrl+a", "cmd+c", "Enter"
238
239 event_timeout: float | None = _get_timeout('TIMEOUT_SendKeysEvent', 15.0) # seconds
240
241
242class UploadFileEvent(ElementSelectedEvent[None]):

Callers 1

send_keysMethod · 0.90

Calls 1

_get_timeoutFunction · 0.85

Tested by

no test coverage detected