orgo_scroll
Scroll web pages or applications in specified directions (up, down, left, right) with adjustable intensity for navigation control.
Instructions
Scroll the page in the specified direction.
Args:
params (ScrollInput): Input containing:
- computer_id (str): Computer ID
- direction (Literal): 'up', 'down', 'left', or 'right'
- amount (int): How much to scroll, 1-10 (default: 3)
Returns:
str: Confirmation of scroll action
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |