#selenium
Read more stories on Hashnode
Articles with this tag
Selenium is a robust open-source framework for automating web browsers and is used by many software testers and developers to ensure the functionality...
Scrolling up or down, and even horizontally, is quite common when navigating a web page. In test automation, this becomes important when you want to...
The more you work with Selenium automation, the more you will come across various exceptions, such as NoSuchElementException (when an element is not...
One of the essential parts when performing automated UI testing, whether using Selenium or another framework, is identifying the correct web elements...
Dropdowns and multi-selects are extremely common in today’s web pages. Dropdowns can be a great option to allow your users to choose from several...
The Selenium framework itself is a set of different tools, but the most popular and the most useful to new and experienced testers alike is WebDriver....