Skip to content

Commit 4216861

Browse files
committed
Fix tunnelOptions to work on Chrome.
1 parent ca6b5bf commit 4216861

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

intern.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@
6060
],
6161

6262
"tunnelOptions": {
63-
"drivers": [ "firefox", "internet explorer", "MicrosoftEdge" ]
63+
"drivers": [
64+
"firefox",
65+
"internet explorer",
66+
"MicrosoftEdge",
67+
{"name": "chrome", "version": "78.0.3904.70" }
68+
]
6469
},
6570

6671
"WAIT_TIMEOUT": 30000,

0 commit comments

Comments
 (0)