sauce_browsers.yml 1.4 KB
Newer Older
1
2
3
4
5
[
  # Docs: https://saucelabs.com/docs/platforms/webdriver

  {
    browserName: "safari",
6
    platform: "OS X 10.9"
7
  },
Chris Rebert's avatar
Chris Rebert committed
8
9
10
11
  {
    browserName: "chrome",
    platform: "OS X 10.9"
  },
12
13
14
15
  {
    browserName: "firefox",
    platform: "OS X 10.9"
  },
16
17
18

  # Mac Opera not currently supported by Sauce Labs

Chris Rebert's avatar
Chris Rebert committed
19
20
21
22
23
  {
    browserName: "internet explorer",
    version: "11",
    platform: "Windows 8.1"
  },
Chris Rebert's avatar
Chris Rebert committed
24
25
26
27
28
  {
    browserName: "internet explorer",
    version: "10",
    platform: "Windows 8"
  },
Chris Rebert's avatar
Chris Rebert committed
29
30
31
32
33
34
35
36
37
38
  {
    browserName: "internet explorer",
    version: "9",
    platform: "Windows 7"
  },
  {
    browserName: "internet explorer",
    version: "8",
    platform: "Windows 7"
  },
39
40
41
42
43
44
45
46

  # { # Unofficial
  #   browserName: "internet explorer",
  #   version: "7",
  #   platform: "Windows XP"
  # },

  {
47
    browserName: "chrome",
48
49
50
51
52
53
54
55
56
57
58
    platform: "Windows 8.1"
  },
  {
    browserName: "firefox",
    platform: "Windows 8.1"
  },

  # Win Opera 15+ not currently supported by Sauce Labs

  {
    browserName: "iphone",
59
    platform: "OS X 10.9",
60
    version: "8.0"
61
62
63
64
  },

  # iOS Chrome not currently supported by Sauce Labs

65
66
  # Linux (unofficial)
  {
67
    browserName: "chrome",
68
69
70
71
72
73
    platform: "Linux"
  },
  {
    browserName: "firefox",
    platform: "Linux"
  }
74
75
76
77
78
79
80
81
82

  # Android Chrome not currently supported by Sauce Labs

  # { # Android Browser (super-unofficial)
  #   browserName: "android",
  #   version: "4.0",
  #   platform: "Linux"
  # }
]