MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / execute_key_press

Function execute_key_press

eval_heldout/webarena/browser_env/actions.py:803–805  ·  view source on GitHub ↗

Press a key.

(key: str, page: Page)

Source from the content-addressed store, hash-verified

801
802@beartype
803def execute_key_press(key: str, page: Page) -> None:
804 """Press a key."""
805 page.keyboard.press(key)
806
807
808@beartype

Callers 1

execute_actionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected