Action group: Browsers
The action scrolls the page to the element, using coordinates or by the specified number of PgUp or PgDn presses relative to the beginning of the page, if no element is specified
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with the browser. | Robin.Selenium | Browser context | Yes |
Element | Element for interaction. Note: JS script is used. | Robin.WebElement | No | |
X axis offset | X-axis offset relative to the upper left corner of the page. Note: JS script is used. | Robin.Numeric | No | |
Y axis offset | Y-axis offset relative to the upper left corner of the page. Note: JS script is used. | Robin.Numeric | No | |
Number of PgDn presses | Scrolling page down | Robin.Numeric | No | |
Number of PgUp presses | Scrolling page up | Robin.Numeric | No |
If both element and offsets are specified, it will first scroll to the element and then offset it by the specified number of pixels from its center.
Offsets do not work inside nested elements.
Go to the website https://old.bankrot.fedresurs.ru/TradeList.aspx and scroll the page to the element.
Use the "Open Browser", "Move to element" actions.
The program robot completed successfully.