Skip to content

Commit 13baf75

Browse files
FTR: add chromium-based Edge browser support (#61684) (#63063)
* bump dependency, add edge support in ftr services * add config files * fix browser version for msedge * use npm ms-chromium-edge-driver * download edge driver aside from session creation * move dependency to dev * update dist/index file * bump edge-driver version * change type to msedge to match w3c spec * fix discover tests for Edge * Revert "fix discover tests for Edge" This reverts commit 87e7fdd. * bump driver version up Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent 51fcaa6 commit 13baf75

File tree

11 files changed

+551
-1010
lines changed

11 files changed

+551
-1010
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"@types/recompose": "^0.30.6",
373373
"@types/redux-actions": "^2.6.1",
374374
"@types/request": "^2.48.2",
375-
"@types/selenium-webdriver": "^4.0.5",
375+
"@types/selenium-webdriver": "4.0.9",
376376
"@types/semver": "^5.5.0",
377377
"@types/sinon": "^7.0.13",
378378
"@types/strip-ansi": "^3.0.0",
@@ -457,6 +457,7 @@
457457
"load-grunt-config": "^3.0.1",
458458
"mocha": "^7.1.1",
459459
"mock-http-server": "1.3.0",
460+
"ms-chromium-edge-driver": "^0.2.0",
460461
"multistream": "^2.1.1",
461462
"murmurhash3js": "3.0.1",
462463
"mutation-observer": "^1.0.3",
@@ -475,7 +476,7 @@
475476
"react-textarea-autosize": "^7.1.2",
476477
"regenerate": "^1.4.0",
477478
"sass-lint": "^1.12.1",
478-
"selenium-webdriver": "^4.0.0-alpha.5",
479+
"selenium-webdriver": "^4.0.0-alpha.7",
479480
"simple-git": "1.116.0",
480481
"simplebar-react": "^2.1.0",
481482
"sinon": "^7.4.2",

0 commit comments

Comments
 (0)