Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
246 views
by The go-to Tester (142 points)
In Selenium WebDriver, how do you know if the element has scroll bar?

1 Answer

0 like 0 dislike
by Master (1.2k points)

You can try below code to verify if the element has scrollbar.

return
        (boolean)(((JavascriptExecutor)getDriver()).executeScript("return arguments[0].scrollHeight>arguments[0].clientHeight;", element);


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...