Computer Science, asked by sachdevtavleen5817, 1 year ago

How to scroll down and click on element on bottom in selenium webdriver?

Answers

Answered by Anonymous
0
Let's, see the scroll down a web page using the selenium webdriver with following 3 scenarios :

Scenario 1: To scroll down the web page by pixel.Scenario 2: To scroll down the web page by the visibility of the element.Scenario 3: To scroll down the web page at the bottom of the page.

Similar questions