Skip to content

Commit 8c84b70

Browse files
committed
Updated ReadMe
1 parent d3d9bce commit 8c84b70

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,22 @@ Following browser channels are supported, add corresponding string in browsers:
4040
- "EdgeDev"
4141
- "EdgeBeta"
4242
- "EdgeCanary"
43+
- "EdgeAny"
4344

4445
If you want to launch browser in headless mode, below is correspondling list:
4546

4647
- "EdgeHeadless"
4748
- "EdgeDevHeadless"
4849
- "EdgeBetaHeadless"
4950
- "EdgeCanaryHeadless"
51+
- "EdgeAnyHeadless"
52+
53+
EdgeAny and EdgeAnyHeadless launches the first available channel from Canary, Dev, Beta and Stable in the order.
5054

5155
If you want to explicity specify the path for browser installation, set environment variable from this list, corresponding to release channel:
5256

5357
```bash
54-
EDGE_BIN, EDGE_BETA_BIN, EDGE_DEV_BIN, EDGE_CANARY_BIN
58+
EDGE_BIN, EDGE_BETA_BIN, EDGE_DEV_BIN, EDGE_CANARY_BIN, EDGE_ANY_BIN
5559
```
5660

5761
Example:

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"devDependencies": {
3636
"@types/chai": "^4.3.0",
3737
"@types/mocha": "^9.0.0",
38-
"@types/node": "^17.0.8",
38+
"@types/node": "^17.0.9",
3939
"@types/sinon": "^10.0.6",
4040
"chai": "^4.3.4",
41-
"mocha": "^9.1.3",
41+
"mocha": "^9.1.4",
4242
"mocha-junit-reporter": "^2.0.2",
4343
"nyc": "^15.1.0",
4444
"ts-node": "^10.4.0",

0 commit comments

Comments
 (0)