How-to articles, tricks, and solutions about TESTING
How can I check if an element exists with Selenium WebDriver?
To check if an element exists with Selenium WebDriver, you can use the findElements() method of the WebDriver interface and check the size of the returned list.