I have a div scroll bar , i need to scroll down at the end of my Div container. The elements are visible in the html page only when i scroll down.
I have tried below approaches, this fails with cannot interact with Element.
scrollArea.sendKeys(Keys.ARROW_DOWN);
The below approach scrolls down but it again goes up.
dragger.moveToElement(webelement).clickAndHold().moveByOffset(0, numberOfPixelsToDragTheScrollbarDown).release(webelement).build().perform();