Docs
RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

Auto mouse scroll in RunMacro
What it does
The Mouse Wheel command auto-scrolls the wheel up or down by a number of notches at a position you choose (or the current cursor spot).
When to use it
- Scroll a page or long list to reveal content to act on.
- Scroll down to trigger lazy-loading before finding/clicking.
- Scroll inside a specific area (chat box, table) instead of the whole page.
Configuration steps
- Add a Mouse › Mouse Wheel command.
- Choose the direction: Up or Down.
- Enter the number of notches.
- (Optional) set the scroll point with
F2; leave empty to scroll at the current position. - Save.
Every option explained
Real example
Example: scroll to the bottom to load more
- Add a Mouse Wheel, direction Down, 10 notches.
- Set a 500ms delay so the page can load.
- Repeat a few times for infinite-scroll pages.
Tips & common mistakes
To scroll precisely to an element, pair with Find Image after scrolling to confirm it is visible.
In Browser Mode, the scroll is sent via Chrome/CDP so it does not take over your real mouse.
RunMacro