Auto Scrolling - sixcious/infy-scroll GitHub Wiki
If you want to auto-scroll a web page, perform the following steps:
- Click the toolbar icon to open the UI Window
- Click the
</>
button in the bottom-right corner to open the Scripts and Styles Dialog - Check the
Auto-scroll the page
checkbox and set the desired behavior and speed values
Infy Scroll is designed behind the concept of 1) performing an action, like clicking an element on the page, and 2) appending something, like page elements. If you don't need Infy to perform an action or append anything while auto-scrolling the page, you can do the following (note that this is all explained in the Auto-scroll checkbox tooltip):
- For the action, select
Click Element
with an emptyClick Element Path
(it might technically be better to select a path to a valid element likebody
orhead
) - For the append mode, select
None
Unless you need it, you should make sure that the AUTO toggle in the bottom-left corner is not toggled on.
Lastly, click the ACCEPT Button and it should start auto-scrolling the page for you.
To turn off the auto-scroll, click the toolbar icon and then the Power Button.
Important Note: Auto Scrolling is a non-standard feature of the app and it may be removed or changed in the future.