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

Chromium: wrong binary path used (uses chrome path instead) #659

Open
Morriz opened this issue May 18, 2024 · 1 comment
Open

Chromium: wrong binary path used (uses chrome path instead) #659

Morriz opened this issue May 18, 2024 · 1 comment

Comments

@Morriz
Copy link

Morriz commented May 18, 2024

Hi, when following the docs and instantiating like this:

driver = webdriver.Chrome(
    service=ChromiumService(
        ChromeDriverManager(chrome_type=ChromeType.CHROMIUM).install()
    ),
)

I get an error that chrome is being used instead of chromium:

Message: session not created: This version of ChromeDriver only supports Chrome version 127
Current browser version is 125.0.6422.61 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
@Morriz Morriz changed the title wrong binary path used Chromium: wrong binary path used May 18, 2024
@Morriz Morriz changed the title Chromium: wrong binary path used Chromium: wrong binary path used (uses chrome path instead) May 18, 2024
@Yangeok
Copy link

Yangeok commented Sep 30, 2024

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants