Can somebody tell me the difference between the DesiredCapabilities
vs RequiredCapabilities
in RemoteWebDriver constructor?
Here is the link for the constructor: http://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/remote/RemoteWebDriver.html#RemoteWebDriver(java.net.URL,%20org.openqa.selenium.Capabilities,%20org.openqa.selenium.Capabilities)