Scroll within elements or the page
Field Name | Type | Required | Description |
---|---|---|---|
Direction | dropdown | Yes | Scroll direction: Up, Down, Left, or Right |
Pixels | number | Yes | Number of pixels to scroll |
Locator | string | Yes | CSS selector for the element to scroll within |
body
for page scrolling500
body
300
.scrollable-container
400
.image-carousel
200
[data-testid='timeline']
600
.modal-content
body
to scroll the entire pagedata-testid
attributes for better test stabilityoverflow
properties (overflow: auto
, overflow: scroll
)