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
When the built-in flags are not enough (custom Chrome profiles, Firefox options, remote grids, specific Appium driver versions, proxy settings, etc.) point `--config` at a standard WebdriverIO config file. wdiox reads the `capabilities` array from it, lets you pick one interactively if there are multiple, and uses it verbatim:
28
+
29
+
```bash
30
+
wdiox open --config ./wdio.conf.ts
31
+
wdiox open https://app.example.com --config ./wdio.conf.ts --session myapp
32
+
```
33
+
34
+
Minimal example `wdio.conf.ts` for a custom Chrome profile:
0 commit comments