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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can scroll down vertically by using the following code:
Similarly, it is also possible to scroll up by changing y coordinate as negative:
You can also use the following code:
For scroll down:
For scroll up: