There was an error while loading. Please reload this page.
1 parent 4294b94 commit b040c9dCopy full SHA for b040c9d
packages/wdio-devtools-service/README.md
@@ -204,6 +204,11 @@ browser.emulateDevice({
204
})
205
```
206
207
+#### Note
208
+
209
+This only works if you don't use `mobileEmulation` within `capabilities['goog:chromeOptions']`.
210
+If `mobileEmulation` is present the call to `browser.emulateDevice()` won't do anything.
211
212
### Chrome DevTools Access
213
214
For now the service allows two different ways to access the Chrome DevTools Protocol:
0 commit comments