I was going through Webdriver API and come across a constructor in RemoteWebdriver for which i didn't find any information.
I have used the below constructor to configure selenium grid
RemoteWebDriver(java.net.URL remoteAddress, Capabilities desiredCapabilities)
Here is an other constructor which is there exactly below that, 'Capabilities requiredCapabilities'
RemoteWebDriver(java.net.URL remoteAddress,
Capabilities desiredCapabilities, Capabilities requiredCapabilities)
Can any one please let me know where this can be applied.