| 27 | script: str |
| 28 | |
| 29 | class ScrollElementAction(BaseModel): |
| 30 | index: int |
| 31 | direction: Literal['up', 'down', 'left', 'right'] |
| 32 | |
| 33 | # # Action Input Models |
| 34 | # class SearchGoogleAction(BaseModel): |
nothing calls this directly
no outgoing calls
no test coverage detected