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

EdgeDriver 115.0.1901.188 fails on Linux #8046

Closed
1 of 10 tasks
tkoukkari opened this issue Aug 7, 2023 · 5 comments
Closed
1 of 10 tasks

EdgeDriver 115.0.1901.188 fails on Linux #8046

tkoukkari opened this issue Aug 7, 2023 · 5 comments

Comments

@tkoukkari
Copy link

Description

WebDriverException: Message: unknown error: unrecognized Microsoft Edge version: HeadlessChrome/115.0.5790.110

Works fine with previous version of EdgeDriver 115.0.1901.183 and below.

Also reported in EdgrDriver repo:
MicrosoftEdge/EdgeWebDriver#102

Might be best to downgrade the driver on linux until fix is available.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

latest

Is it regression?

Yes, worked fine with previous edgedriver version

Expected behavior

Running automated test with selenium webdriver / Edge on linux should be possible.

Actual behavior

Browser fails to open. Works fine with previous version of EdgeDriver.

Note: No issues on other platforms (Mac/Windows).

Repro steps

Use Webdriver to open Edge on Linux.

@erik-bershel
Copy link
Contributor

Hi @tkoukkari! Thank you for reporting this issue. We'll think about what's best to do about it.

@erik-bershel
Copy link
Contributor

Hey @tkoukkari,
Unfortunately, Microsoft only provides the latest stable minor version for each major version of the driver. Thus, if we want to downgrade the driver version, we would need to revert to version 114, which would lead to incompatibility with the browser that currently holds version 115. Lowering the browser version isn't the most optimal solution either, as many users would lose the ability to test their products for compatibility with the latest browser version. Considering the above, the decision was made to wait for a bug fix from Microsoft.

@tkoukkari
Copy link
Author

Ok, thanks for looking into this. Let's hope the next version of EdgeDriver fixes the issue.

@mikhailkoliada
Copy link
Contributor

Hello! It looks like workaround is given in the upstream ticket MicrosoftEdge/EdgeWebDriver#102 (comment) going to close this specific issue as there is nothing actable for us for the time being, as soon as Microsoft releases a fixed version of the driver it will be a part of the next image update automatically, let us know if there are any more concerns.

@Prajakta365
Copy link

facing same issue for edge driver version 117.0.2045.35
ERROR webdriver: Request failed with status 500 due to unknown error: unknown error: unrecognized Microsoft Edge version: HeadlessChrome/117.0.5938.88 ERROR webdriver: unknown error: unknown error: unrecognized Microsoft Edge version: HeadlessChrome/117.0.5938.88

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

No branches or pull requests

4 participants