The command to scroll to the given location.
py.scroll_to(x: int, y: int) -> Pylenium
# scroll down 500px py.scroll_to(0, 500)
x (int): The number of pixels to scroll horizontally
x (int)
y (int): The number of pixels to scroll vertically
y (int)
Pylenium - so you can chain another command
Last updated 4 years ago