How can I scroll to a particular element on a web page?
Hello Tim,
You need to use the below command:
driver.execute_script("window.scrollTo(0, Y)")
How can I scroll to a particular element on a web page?
Hello Tim,
You need to use the below command:
driver.execute_script("window.scrollTo(0, Y)")