+2
-2
lines changedFilter options
+2
-2
lines changed Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ const execSync = require('child_process').execSync
30
30
* currently supported browsers for selenium-manager
31
31
* @type {string[]}
32
32
*/
33
-
const Browser = ['chrome', 'firefox', 'edge']
33
+
const Browser = ['chrome', 'firefox', 'edge', 'iexplorer']
34
34
35
35
/**
36
36
* Determines the path of the correct Selenium Manager binary
Original file line number Diff line number Diff line change
@@ -406,7 +406,7 @@ function createServiceFromCapabilities(capabilities) {
406
406
)
407
407
408
408
try {
409
-
exe = driverLocation(Browser.INTERNET_EXPLORER)
409
+
exe = driverLocation('iexplorer')
410
410
} catch (err) {
411
411
console.log(`Unable to obtain driver using Selenium Manager: ${err}`)
412
412
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4