Selenium missing or invalid ‘entry.level’ Error

I resolved this by updating my chrome driver to the latest version (v2.34 at the time of writing).

You can get the chromedriver here: https://sites.google.com/a/chromium.org/chromedriver/downloads

just download the .exe file then replace the chromedriver file in your project’s selenium/bin folder.

Leave a Comment