A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/bcb5a25ddea4316aa6e86f80f423efaec61947d5 below:

iedriver download with selenium-manager #11579 · SeleniumHQ/selenium@bcb5a25 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+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