Can anybody please help me out to automate scroll down functionality with WebDriver using Java?
In my case, For yahoo mail "Sign In"
is getting displayed (visible) once I scroll down the mouse vertically.
Scrolling to an Element of a page:
((JavascriptExecutor)driver).executeScript("arguments[0].scrollIntoView();"
,webElement);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With