SyntaxFix
Write A Post
Hire A Developer
Questions
same method as shown here:
in python you can just use
driver.execute_script("window.scrollTo(0, Y)")
(Y is the vertical position you want to scroll to)