Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: This version of ChromeDriver only supports Chrome version (xxx) #16

Open
RileyXX opened this issue May 8, 2023 · 0 comments
Open
Labels
documentation Improvements or additions to documentation

Comments

@RileyXX
Copy link
Owner

RileyXX commented May 8, 2023

Problem:

Error wrong chromedriver version installed.

Solution 1:

  1. Uninstall chromedriver-py by running python -m pip uninstall chromedriver-py in command line.
  2. Run the script again. It should download the required version. If you encounter the same error, proceed to solution 2.

Solution 2:

  1. Uninstall chromedriver-py by running python -m pip uninstall chromedriver-py in command line.
  2. Determine your current Chrome browser version:
    • Open your Chrome browser and go to chrome://settings/help.
    • Alternatively, go to Settings > About Chrome in your Chrome browser.
    • Check the version number (e.g., 112... or 111, etc.).
  3. Visit the chromedriver-py releases page and find the latest version that matches the prefix your Chrome version. Copy the corresponding version number. For example, if you are using Chrome version 112..., you would need version 112.0.5615.49.
  4. Install the correct chromedriver version by running python -m pip install chromedriver-py==VERSION_NUMBER in command line. Replace VERSION_NUMBER with the version you copied in step 3. Press enter to install.
  5. Run the script again. It should now function properly.
@RileyXX RileyXX added the documentation Improvements or additions to documentation label May 8, 2023
@RileyXX RileyXX pinned this issue May 19, 2023
@RileyXX RileyXX unpinned this issue May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant