scroll_into_view
Scroll elements into view using CSS selectors for automated Electron app testing and interaction.
Instructions
Scroll the first element matching a selector into view if needed. Safe to call even if the element is already visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| timeoutMs | No | Default 5000. |