You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/test-runner/browser-launchers/saucelabs.md
-27Lines changed: 0 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,6 @@ export default {
68
68
browserVersion: '11.0',
69
69
platformName: 'Windows 7',
70
70
}),
71
-
72
-
sauceLabsLauncher({
73
-
browserName: 'iphone',
74
-
platform: 'iPhone X Simulator',
75
-
version: '13.0',
76
-
}),
77
71
],
78
72
};
79
73
```
@@ -141,24 +135,3 @@ export default {
141
135
],
142
136
};
143
137
```
144
-
145
-
### JWP Capabilities
146
-
147
-
W3C webdriver capabilities are not yet fully implemented for Sauce Labs simulators. If you need to run the tests on iPhone Simulator, you need to use JWP capabilities.
148
-
149
-
The following steps are required to use JWP capabilities with Sauce Labs launcher:
0 commit comments