How to scroll a specific DIV using Selenium WebDriver with Java?

前端 未结 10 1051
后悔当初
后悔当初 2020-12-02 18:41

Some of WebElements are not recognized by WebDriver, WebDriver fails to find the element which is not visible in browser\'s visible area.

In order to make the WebEle

10条回答
  •  暖寄归人
    2020-12-02 19:07

    Consider your HTML is like below:

    which will help you to scroll down. Its a JavaScript executor so of course you need to implement it.

提交回复
热议问题