Incompatible version between ChromeDriver and Chrome #1844
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
chromedriver --version
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version
The chromedriver --port=4444 &
flutter config --enable-web
flutter drive \
--driver=test_driver/integration_driver.dart \
--target=integration_test/app_test.dart \
-d web-server --release --browser-name chrome
Expected resultsI have verified the Chrome and ChromeDriver on my local MacBook Pro which are both 114, I can run the Chrome integration tests locally. CodeMagic's Actual resultsCodeMagic Build id (optional)64a311f758d2487fd1184fac |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I can get around the problem by running brew upgrade --cask chromedriver It upgrades the |
Beta Was this translation helpful? Give feedback.
I can get around the problem by running
It upgrades the
ChromeDriver
to 114