Ross Rowe commented on Bug JENKINS-15261

Hi again, the code which is retrieving the browsers from the Sauce REST API is actually in the ci-sauce project, which is available from https://github.com/saucelabs/ci-sauce (it's reused across the Bamboo/Hudson/Jenkins plugins).

The browsers are obtained by parsing the output from http://saucelabs.com/rest/v1/info/browsers/webdriver (for WebDriver) and http://saucelabs.com/rest/v1/info/browsers/selenium-rc (for SeleniumRC), and the 'api_name' attribute is used to populate the 'browser' component of the SELENIUM_DRIVER environment variable and it looks like the Chrome browser entries just have 'chrome' as a value, not 'googlechrome'

I'll check with the Sauce Labs support guys to see whether this is correct or not, and I'll let you know what I find.

Cheers,

Ross

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

Reply via email to