You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now we are moving our project to use the chomedriver npm package and running the chromedriver binary it installs. In the future, we might look into using Chrome For Test and @puppeteer/browsers to install Chrome and chromedriver.
The text was updated successfully, but these errors were encountered:
selenium-download isn't downloading versions of chromedriver later than 114. Here's an example (in Git Bash):
This is our selenium-setup.js file:
I assume this is due to the new Chrome For Test, starting in Chrome 115, announced in these places:
For now we are moving our project to use the
chomedriver
npm package and running the chromedriver binary it installs. In the future, we might look into using Chrome For Test and @puppeteer/browsers to install Chrome and chromedriver.The text was updated successfully, but these errors were encountered: