"AUTOMATIC_SCROLLING" Command

Description: This command allows enabling/disabling auto-scrolling feature during test case execution (rather than enabling/disabling feature for the entire account)

Scenario: Suppose we want to launch a test case which works on a page with long forms so scrolling must be present up until a specific step, then it stops and resumes once that step is finished executing.

Procedure: 1- Define all steps to fill the long form

2- On the step where you would like auto-scrolling to pause, add a step before it with Auto_Scrolling command and disable the checkbox next to “Enable”

3- After that step, add another step with Auto_Scrolling command and leave the checkbox “Enable” in default state

4- Your steps will look like this:

image-20240611-135634.png