scrollRight
Scrolls the page/element to the right.
Examples
await scrollRight()
await scrollRight(1000)
await scrollRight('Element containing text')
await scrollRight('Element containing text', 1000)
Parameters
-
e
-
- Default value
-
'Window'
-
px
-
Accept px in pixels
Returns
Promise<void>