Number of pixels to scroll the page. Positive values scroll down, negative
values scroll up. If omitted, scrolls the full height of the viewport for
vertical directions and the full width for horizontal directions.
Do not wait for the element to be visible, stable and actionable before
interacting. Useful for elements that are constantly animating or partially
obscured.
Disable caching for this step. Useful for elements that should
always be located dynamically, such as table rows, search results, or graph
nodes that may be re-ordered.
Specify an exact URL or a regex to match the URL of the iframe in which the element is located.
The provided matcher must match exactly one iframe element on the page. To provide a custom regex, use the /<regex-here>/ format.