You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@gk10gk When I experience this behaviour I execute this PowerShell command and retry: Get-Process EdgeDriver -ErrorAction SilentlyContinue | Stop-Process -Force -Confirm:$False
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...
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 .
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.
The text was updated successfully, but these errors were encountered: