Desired Capabilities in selenium

DesiredCapabilities describe a series of key/value pairs that encapsulate aspects of a browser,  Basically this is used to set certain properties of browser for the WebDriver. Properties such as: set the path of the browser if not installed in default location. set the browser Version, Browser Name, platform (Normally we use in selenium GRID) to…