karma-runner / karma-webdriver-launcher

A plugin for Karma. Launch any browser with WebDriver.
MIT License
66 stars 40 forks source link

XP configuration #20

Closed icvitkovac closed 5 years ago

icvitkovac commented 9 years ago

Docs are not OK (at least for me):

customLaunchers: { 'IE7': { base: 'WebDriver', config: webdriverConfig, browserName: 'internet explorer', platform: 'Windows XP', version: '10', 'x-ua-compatible': 'IE=EmulateIE7', name: 'Karma' } },

Platform should be XP, and not 'Windows XP'.

joeyparrish commented 5 years ago

Selenium sources would seem to confirm this:

https://github.com/SeleniumHQ/selenium/blob/1f2813a8eb6adf51aa7b3ac2f700d4617ff1205e/java/client/src/org/openqa/selenium/Platform.java#L46