Available browsers :: Sauce OnDemand
Sauce OnDemand supports Selenium 2's standard Desired Capabilities interface for selecting the browser you want to use. If you try to select a browser that Selenium 2 can't find, your request will be rejected.
On Windows XP
caps.platform = :XP
- Internet Explorer 6
- Internet Explorer 7
- Internet Explorer 8
- Firefox 3.0
- Firefox 3.5
- Firefox 3.6
- Firefox 4
- Firefox 5
- Firefox 6
- Firefox 7
- Firefox 8
- Firefox 9
- Firefox 10
- Firefox 11
- Google Chrome (stable channel)
On Windows 7
Notice: WebDriver's UI uses VISTA to represent any Vista-based OS, including 7.
caps.platform = :VISTA
- Internet Explorer 9
- Firefox 4
- Firefox 5
- Firefox 6
- Firefox 7
- Firefox 8
- Firefox 9
- Firefox 10
- Firefox 11
- Google Chrome (stable channel)
On Linux
caps.platform = :LINUX
- Firefox 3.0
- Firefox 3.6
- Firefox 4
- Firefox 5
- Firefox 6
- Firefox 7
- Firefox 8
- Firefox 9
- Firefox 10
- Firefox 11
- Google Chrome (stable channel)
- Opera 11
Notice: Please note that since Google Chrome is frequently and automatically updated to new major versions, we recommend not specifying a browser-version setting for this browser. This allows Sauce OnDemand to update to recent versions of Google Chrome without requiring frequent adjustment to your tests and will in addition provide users the last version available every time.
