Scroll Actions
Scroll action steps will help you get the target element visible on the screen. This can help improve the stability of test execution in certain scenario, which require the element to be visible. There are three different steps that will automatically scroll the application under test and leave the target element in different position on the screen.
1. Select an element from the DOM Explorer.
2. Choose the scroll action you want to add.
3. Click Add Step button. New "Scroll" step is created in your test.
To Page Top - target element is positioned in the top of the window.
To Page Bottom - target element is positioned in the bottom of the window.
To Page Center - target element is positioned in the center of the window.