If no containerSelector is set explicitly, and therefore the scroll container is determined automatically, setting this property to true will also detect scroll containers whose overflow property is set to "hidden". Otherwise, scroll containers with an overflow property set to "hidden" will be ignored.
The XPath selector of the scroll container. If undefined, the closest scrollable parent container is determined automatically.
The directions for which scrolling should be performed. Set values to true to enable scrolling into the given direction.
Offsets that will be added to the final scroll position of the scrolled container.
Generated using TypeDoc
This interface is used in the parameters of
scrollTo
andclick
actions of PageElement. It allows you to scroll a PageElement that resides inside a scrollable container into view.