File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# 6.23.0 (2020-12-02)
22* allow specifying ` fullURL ` to download selenium or browser driver #520
3- * add selenium 4 support #518
43* increased download and startup timeouts, and added more logging #519
4+ * edgechromium startup disabled for linux platform
55
66# 6.22.2 (2020-11-30)
7- * edgechromium disabled for linux platform
7+ * edgechromium install disabled for linux platform
88
99# 6.22.1 (2020-11-27)
1010* avoid mutating the default config
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ function start(_opts, _cb) {
9191
9292 if ( process . platform !== 'linux' && fsPaths . chromiumedge ) {
9393 args . push ( '-Dwebdriver.edge.driver=' + fsPaths . chromiumedge . installPath ) ;
94+ } else {
95+ delete fsPaths . chromiumedge ;
9496 }
9597
9698 args = args . concat ( opts . javaArgs ) ;
You can’t perform that action at this time.
0 commit comments