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

Edge Beta (Version 122) with Selenium sometimes hangs #136

Open
gk10gk opened this issue Feb 9, 2024 · 3 comments
Open

Edge Beta (Version 122) with Selenium sometimes hangs #136

gk10gk opened this issue Feb 9, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@gk10gk
Copy link

gk10gk commented Feb 9, 2024

When starting Microsoft Edge Beta 122 with the corresponding selenium driver 122.0.2365.16, the browser is started but unable to navigate to the given URL.
The driver.get(url) function hangs forever.
After killing the browser, the next driver.get() works well, but after restarting the browser the same problem can be seen.
The browser has not been started on this machine manually before.

@gk10gk gk10gk added the bug Something isn't working label Feb 9, 2024
@jbakeri4
Copy link

jbakeri4 commented Feb 9, 2024

@gk10gk When I experience this behaviour I execute this PowerShell command and retry: Get-Process EdgeDriver -ErrorAction SilentlyContinue | Stop-Process -Force -Confirm:$False

What JDK version are you using?

@gk10gk
Copy link
Author

gk10gk commented Feb 10, 2024

Eclipse Adoptium jre-17.0.8.7-hotspot
We are already retrying the startup a few times, but give up after 3 unsuccessful retries.
Wondering if it is better to restore the original profile (including User Data?) after each startup...

@sayed1-786
Copy link

We are facing an issue with edge default browser version 121.0.2277.112 .
Selenium WebDriver does have the same version and we are try to run with stable version WebDriver. But it's not working. means browser and driver are not communicating.
Could you please help me on this .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants