Skip to content

Commit

Permalink
Upgrade selenium-webdriver to 4.17.0 (elastic#175746)
Browse files Browse the repository at this point in the history
Will be testing as a fix for
elastic#175740
  • Loading branch information
jbudz authored and WafaaNasr committed Feb 6, 2024
1 parent 3b19fad commit 0e91c6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@
"rxjs-marbles": "^7.0.1",
"sass-embedded": "^1.70.0",
"sass-loader": "^10.5.1",
"selenium-webdriver": "^4.16.0",
"selenium-webdriver": "^4.17.0",
"sharp": "0.32.6",
"simple-git": "^3.16.0",
"sinon": "^7.4.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ async function attemptToCreateCommand(
firefoxOptions.setAcceptInsecureCerts(config.acceptInsecureCerts);

if (headlessBrowser === '1') {
// See: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Headless_mode
firefoxOptions.headless();
// See: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities/firefoxOptions
firefoxOptions.addArguments('-headless');
}

// Windows issue with stout socket https://github.com/elastic/kibana/issues/52053
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27543,10 +27543,10 @@ select-hose@^2.0.0:
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=

selenium-webdriver@^4.16.0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.16.0.tgz#2f1a2426d876aa389d1c937b00f034c2c7808360"
integrity sha512-IbqpRpfGE7JDGgXHJeWuCqT/tUqnLvZ14csSwt+S8o4nJo3RtQoE9VR4jB47tP/A8ArkYsh/THuMY6kyRP6kuA==
selenium-webdriver@^4.17.0:
version "4.17.0"
resolved "https://registry.yarnpkg.com/selenium-webdriver/-/selenium-webdriver-4.17.0.tgz#f6c93a9df3e0543df7dc2329d81968af42845a7f"
integrity sha512-e2E+2XBlGepzwgFbyQfSwo9Cbj6G5fFfs9MzAS00nC99EewmcS2rwn2MwtgfP7I5p1e7DYv4HQJXtWedsu6DvA==
dependencies:
jszip "^3.10.1"
tmp "^0.2.1"
Expand Down

0 comments on commit 0e91c6d

Please sign in to comment.