2013-12-16 03:30:04 -05:00
|
|
|
[
|
|
|
|
# Docs: https://saucelabs.com/docs/platforms/webdriver
|
|
|
|
|
|
|
|
{
|
|
|
|
browserName: "safari",
|
2016-02-23 15:46:27 -05:00
|
|
|
platform: "OS X 10.11"
|
2013-12-16 03:30:04 -05:00
|
|
|
},
|
2014-06-10 15:23:48 -04:00
|
|
|
{
|
|
|
|
browserName: "chrome",
|
2016-02-23 15:46:27 -05:00
|
|
|
platform: "OS X 10.11"
|
2014-06-10 15:23:48 -04:00
|
|
|
},
|
2014-01-16 17:47:11 -05:00
|
|
|
{
|
|
|
|
browserName: "firefox",
|
2016-02-23 15:46:27 -05:00
|
|
|
platform: "OS X 10.11"
|
2014-01-16 17:47:11 -05:00
|
|
|
},
|
2013-12-16 03:30:04 -05:00
|
|
|
|
|
|
|
# Mac Opera not currently supported by Sauce Labs
|
|
|
|
|
2015-11-30 02:51:11 -05:00
|
|
|
{
|
|
|
|
browserName: "MicrosoftEdge",
|
|
|
|
platform: "Windows 10"
|
|
|
|
},
|
2014-01-16 18:35:08 -05:00
|
|
|
{
|
|
|
|
browserName: "internet explorer",
|
|
|
|
version: "11",
|
|
|
|
platform: "Windows 8.1"
|
|
|
|
},
|
2014-01-16 21:17:33 -05:00
|
|
|
{
|
|
|
|
browserName: "internet explorer",
|
|
|
|
version: "10",
|
|
|
|
platform: "Windows 8"
|
|
|
|
},
|
2014-06-10 15:24:56 -04:00
|
|
|
{
|
|
|
|
browserName: "internet explorer",
|
|
|
|
version: "9",
|
|
|
|
platform: "Windows 7"
|
|
|
|
},
|
2013-12-16 03:30:04 -05:00
|
|
|
|
|
|
|
{
|
2014-02-24 16:10:25 -05:00
|
|
|
browserName: "chrome",
|
2016-02-23 15:16:25 -05:00
|
|
|
platform: "Windows 10"
|
2013-12-16 03:30:04 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
browserName: "firefox",
|
2016-02-23 15:16:25 -05:00
|
|
|
platform: "Windows 10"
|
2013-12-16 03:30:04 -05:00
|
|
|
},
|
|
|
|
|
|
|
|
# Win Opera 15+ not currently supported by Sauce Labs
|
|
|
|
|
|
|
|
{
|
|
|
|
browserName: "iphone",
|
2015-02-22 22:01:26 -05:00
|
|
|
platform: "OS X 10.10",
|
2015-11-29 19:42:22 -05:00
|
|
|
version: "9.1"
|
2013-12-16 03:30:04 -05:00
|
|
|
},
|
|
|
|
|
|
|
|
# iOS Chrome not currently supported by Sauce Labs
|
|
|
|
|
2014-01-16 18:39:56 -05:00
|
|
|
# Linux (unofficial)
|
|
|
|
{
|
2014-02-24 16:10:25 -05:00
|
|
|
browserName: "chrome",
|
2014-01-16 18:39:56 -05:00
|
|
|
platform: "Linux"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
browserName: "firefox",
|
|
|
|
platform: "Linux"
|
|
|
|
}
|
2013-12-16 03:30:04 -05:00
|
|
|
|
|
|
|
# Android Chrome not currently supported by Sauce Labs
|
2014-12-16 22:50:33 -05:00
|
|
|
# Android v5.0+ not currently supported by Sauce Labs
|
|
|
|
# { # Android Browser
|
2013-12-16 03:30:04 -05:00
|
|
|
# browserName: "android",
|
2014-12-16 22:50:33 -05:00
|
|
|
# version: "5.0",
|
2013-12-16 03:30:04 -05:00
|
|
|
# platform: "Linux"
|
|
|
|
# }
|
|
|
|
]
|