i have to create a function which can scroll a brower and click on a particular element code example
Example: javascript scroll to element
document.getElementById("divId").scrollIntoView();
document.getElementById("divId").scrollIntoView();