Skip to content

Tag: selenium-webdriver

Selenium: Scroll till end of the page

Selenium: I am new to WebDriverJS. I have tried this approach in Java. but I am facing problem in webdriverjs while iterating the loop. In my code I have hardcoded for loop to iterate until 50 times and I want to quit/break the loop when the scroll height is reached to end. In this approach, I want to remove …