logo logo
CSS Selectors You Need to Know: Cheat Sheet

CSS Selectors You Need to Know: Cheat Sheet

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...

Distributed Execution for Test Automation

Distributed Execution for Test Automation

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...

Selenium Pros and Cons for Automation Testing

Selenium Pros and Cons for Automation Testing

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...

Discover The World's Largest Test Automation Actions Library

The World’s Largest Free Test Automation Library

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...

Advanced XPath Locators for UI Test Automation

Advanced XPath Locators for UI Test Automation

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...

Introducing OpenSDK: Open Source Automation Framework for Web & Mobile Testing

Introducing OpenSDK: Open Source Automation Framework for... &

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...

Test your Ruby waters with Capybara

Testing your Ruby Waters with Capybara

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,...

Working with pseudo-elements in Selenium

Working with pseudo-elements in Selenium

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...