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
See parameters description in the [API](#api) section.
@@ -54,7 +54,7 @@ Where `opts` is an object with the following properties (all optional):
54
54
Supported `windows` devices are `Lumia930`, `Lumia950` and `SurfacePro`. Supported generic devices (which will use the
55
55
`browser` platform) are `Generic320x480`, `Generic320x568`, `Generic360x640`, `Generic384x640`, `Generic412x732`,
56
56
`Generic768x1024`, `Generic800x1280` and `Generic1920x1080`.
57
-
***target** - the name of the browser to launch your app in. Can be any of the following: `default`, `chrome`, `edge`, `firefox`, `opera`, `safari`.
57
+
***target** - the name of the browser to launch your app in. Can be any of the following: `default`, `chrome`, `edge`, `firefox`, `opera`, `safari`, `chromium`.
58
58
***port** - the desired port for the server to use. Defaults to `8000`.
59
59
***lang** - the language to display in the interface (does not impact console output). Supported values (case-insensitive)
@@ -73,13 +73,14 @@ Where `opts` is an object with the following properties (all optional):
73
73
***livereloaddelay** - the delay in milliseconds between saving of a modified file and the application page reloading. You can try to increase the delay in case the simulator server crashes while frequent page reloading. Defaults to `200ms`.
74
74
***spaurlrewrites** - a boolean. Set to `true` to fix page refreshing in case the default application URL (`/index.html`) in the browser was changed by the router in single page applications. Defaults to `false`.
75
75
***showbrowser** - a boolean. Set to `true` to launch browsers when simulation starts. Defaults to `true`.
76
+
***chromiumpath** - a path that points to Chromium executable file. Required when using Chromium as `target` on `win32`.
76
77
77
78
Use `launchBrowser` to open target browser with specific url:
0 commit comments