This article covers some of the most important CSS selectors for Selenium WebDriver, explaining the syntax and how to identify web elements. At the end of the post, you can find a...
When it comes to Selenium web testing, sooner or later a need for scalability arises and instead of executing tests on a single browser, we want to cover all the possible options...
When we are talking about test automation in a group of friends, we always include Selenium in the conversation, because Selenium is one of the best and loved tools for test...
We all know the vast value GitHub, StackOverflow and other online development communities have on the end result we push to our production code. It's a natural way to get stuff...
XPath is one of the most important locators we use in Selenium when we need to interact with elements that don't have unique IDs, names, or classes. Some XPaths are quite...
Great news for the community – Introducing OpenSDK 🎉 While developing powerful FREE tools for testers, we decided to help developers as well – making their life easier for...
We know how helpful it is to have the application test code maintained in the same place as the developed code. Today, there are many alternatives for web-based automation tools,...
What is a pseudo-element? There may be times when, while writing UI web automated tests, you will come across some elements that look like this: These are called...