Skip to content

Commit 05b85ae

Browse files
browser: add browserId docs (#734)
1 parent c4c194e commit 05b85ae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

webtau-docs/znai/UI/basic-configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ When you use `url` parameter you set base url for both `REST` and `UI` testing.
1717

1818
Use `browserUrl` to specify `UI` only base url. This can be handy when your backend and frontend live separately.
1919

20+
# Browser Id
21+
22+
Use `browserId` via command line, or a config file parameter to specify which browser to use.
23+
24+
:include-cli-command: webtau --browserId=firefox
25+
26+
Note: Default `browserId` is `chrome`

0 commit comments

Comments
 (0)