How to scroll the webpage to the top of the page.
I know scrolling the page to the bottom is:
window.scrollTo(0,document.body.scrollHeight) <
window.scrollTo(0,document.body.scrollHeight)
Use action class, as some UI frameworks don't work well with JavaScript scrollTO
actions.sendKeys(keys.Home).build().perform(); actions.sendKeys(keys.END).build().perform();