Selenium Tutorial: DesiredCapabilities
Selenium Tutorial: DesiredCapabilities In real-time automation using selenium webdriver, it is often required to run our tests on a various combinations of ( OS , Browser and Versions ). So, this is required for the compatibility of the application in different environments. In this tutorial, we see how we can achieve this using the DesiredCapabilities […]