How to scroll to a particular element on a web page?

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)")