midscene_aiScroll
Automate web page scrolling by direction or until an edge is reached, with options for fixed distance or element-based scrolling. Utilizes AI for precise element location.
Instructions
Scrolls the page or a specified element. Can scroll by a fixed amount or until an edge is reached.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deepThink | No | If true and 'locate' is provided, uses a two-step AI call to precisely locate the element. | |
direction | Yes | The direction to scroll. | |
distance | No | The distance to scroll in pixels (used with scrollType 'once'). | |
locate | No | Optional natural language description of the element to scroll. If not provided, scrolls based on current mouse position. | |
scrollType | No | Type of scroll: 'once' for a fixed distance, or until reaching an edge. | once |