1 Answer

0 votes
by
The desired capability is a series of key/value pairs that stores the browser properties like browser name, browser version, the path of the browser driver in the system, etc. to determine the behavior of the browser at run time.

For Selenium,

It can be used to configure the driver instance of Selenium WebDriver.

When you want to run the test cases on a different browser with different operating systems and versions.

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
+1 vote
asked Aug 22, 2019 in Selenium by john ganales
...