How to scroll a particular element on a web page?

How to scroll a particular element on a web page?

Hey Helen,

Scroll to the specific element can is done using the below code.

js.executeScript("arguments[0].scrollIntoView();", element);

To learn more on how to scroll down or up on a webpage, follow this guide below