-
Bug
-
Resolution: Fixed
-
Major
-
None
Seems that http://saucelabs.com/rest/v1/info/browsers returns wrong os for IE 9 - "Windows 2008"
{
"long_name": "Internet Explorer",
"long_version": "9.0.8112.16421.",
"preferred_version": "9",
"automation_backend": "selenium",
"selenium_name": "iexplore",
"os": "Windows 2008",
"short_version": "9"
}
org/openqa/selenium/Platform.java says:
VISTA("windows vista", "Windows Server 2008", "windows 7", "win7")
"Windows 2008" is resolved to:
XP("xp", "windows", "winnt")
The latest version of the plugin should be including the platform as an unconverted value now, so the platform for IE9 should be correct