![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
current |
|
Assignee:
|
Kohsuke Kawaguchi
|
|
Components:
|
sauce-ondemand |
|
Created:
|
09/Oct/12 3:35 PM
|
|
Description:
|
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")
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
Aleksandr Zhuikov
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|