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")

          [JENKINS-15449] IE 9 os is wrong

          Ross Rowe added a comment -

          The latest version of the plugin should be including the platform as an unconverted value now, so the platform for IE9 should be correct

          Ross Rowe added a comment - The latest version of the plugin should be including the platform as an unconverted value now, so the platform for IE9 should be correct

            rossrowe Ross Rowe
            aleksz Aleksandr Zhuikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: