-
Bug
-
Resolution: Fixed
-
Major
-
None
When using a matrix build with the sauce-ondemand plugin, the list of check boxes shows a safari 5 [proxy mode] options.
After checking that, the env variable SELENIUM_DRIVER is set to:
sauce-ondemand:?os=Windows 2003&browser=safari&browser-version=5.
it should be:
sauce-ondemand:?os=Windows 2003&browser=safariproxy&browser-version=5.
That browser string is specified here:
http://saucelabs.com/products/docs/sauce-ondemand/browsers
Also note that safari 5 is not supported running in non proxy mode.
Hi, the latest version of the Jenkins Sauce plugin retrieves the list of browsers from Sauce Connect, rather than hard coding them. Can you please check to see that this resolves your issue?
Thanks,
Ross