Showing posts with label findElements. Show all posts
Showing posts with label findElements. Show all posts

We have seen many examples of webdriver's findElement() in my previous posts. You will find syntax of findElement() with example on THIS PAGE if you wants to use it in your software web application test case. Selenium WebDriver software testing tool has one more related method findElements. Now main question is what is the difference between findElement and findElements methods in selenium 2 software automation tool? First of all let me provide you difference description and then example.