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

Class ScrollElementAction

mlx_use/controller/views.py:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 script: str
28
29class ScrollElementAction(BaseModel):
30 index: int
31 direction: Literal['up', 'down', 'left', 'right']
32
33# # Action Input Models
34# class SearchGoogleAction(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected