"SCROLL_TO_DYNAMIC" Command

Description: This command takes a scrollable element/locator, direction of scroll (left, right, up, or down) along with a text or a locator. It will scroll the scrollable element to the direction specified until it finds the text or locator unless it reaches the end of the scrollable area.


Usage Scenario: Suppose we want to the footer of Reference app after opening Profiles page.

Procedure: Define steps that navigate to Reference, opens the Profiles page and scrolls to the footer. Your step will look like this:

image-20240223-120856.png