My webpage's scrollbar is hidden but appears when I move my cursor and gets hidden again.
What I need is to scroll down the webpage to hover over an element and then click on a button (button appears when hover over the element).
I tried using javascript, actions() but those didn't make me happy.
((JavascriptExecutor) driver).executeScript("window.scrollTo(0,100);");