MCPcopy Create free account
hub / github.com/browser-use/macOS-use / InputTextAction

Class InputTextAction

mlx_use/controller/views.py:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 text: str
10
11class InputTextAction(BaseModel):
12 index: int
13 text: str
14 submit: bool
15
16class ClickElementAction(BaseModel):
17 index: int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected