When I create an instance of Selenium RemoteWebDriver like
DesiredCapabilities cap = new DesiredCapabilities("firefox", "13", Platform.VISTA);
RemoteWebDriver driver = new RemoteWebDriver(cap);
and look into the capabilities inside I see platform=XP.
The whole Issue is also described here
Is this a bug?
Found the error- description here.
Looking forward for the fix.