Skip to content

Create diagnostic which suggests uninstalling chromedriver

Lukas 'ai-pi' Eipert requested to merge leipert-chromedriver-doctor into main

What does this merge request do and why?

Create diagnostic which suggests uninstalling chromedriver

Chromedriver is not needed any longer and having it installed might lead to problems if Selenium prefers it over the version shipped with SeleniumManager.

See also: !3280 (merged)

How to set up and validate locally

  1. Check out branch
  2. brew install chromedriver
  3. gdk doctor => Reports that chromedriver can be uninstalled
  4. brew uninstall chromedriver
  5. gdk doctor => Is happy

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Lukas 'ai-pi' Eipert

Merge request reports