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 119.0.2151.12 crashing after 2 mins of Selenium run #121

Closed
utk787 opened this issue Oct 19, 2023 · 3 comments
Closed

Edge beta 119.0.2151.12 crashing after 2 mins of Selenium run #121

utk787 opened this issue Oct 19, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@utk787
Copy link

utk787 commented Oct 19, 2023

I am trying to run tests for Edge Beta 119.0.2151.12 and the browser is crashing after 2 minutes some seconds

Below are the logs

Thu Oct 19 14:48:34 IST 2023 === EdgeDriver execution on macOS!!
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Oct 19, 2023 2:48:35 PM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find an exact match for CDP version 119, so returning the closest version found: 115
Thu Oct 19 14:48:35 IST 2023 === Opening edge://version
Thu Oct 19 14:48:46 IST 2023 === Opening https://google.com
Thu Oct 19 14:49:02 IST 2023 === Opening https://spacex.com
Thu Oct 19 14:49:14 IST 2023 === Opening https://tesla.com
Thu Oct 19 14:49:29 IST 2023 === Opening https://apple.com
Thu Oct 19 14:49:43 IST 2023 === Opening https://github.com
Thu Oct 19 14:49:55 IST 2023 === Opening https://youtube.com
Thu Oct 19 14:50:43 IST 2023 === Opening https://twitter.com
Thu Oct 19 14:50:58 IST 2023 === Opening https://reddit.com
Exception in thread "main" org.openqa.selenium.WebDriverException: disconnected: not connected to DevTools
  (failed to check if window was closed: disconnected: not connected to DevTools)
  (Session info: MicrosoftEdge=119.0.2151.12)
Build info: version: '4.11.0', revision: '040bc5406b'
System info: os.name: 'Mac OS X', os.arch: 'aarch64', os.version: '13.2.1', java.version: '17.0.2'
Driver info: org.openqa.selenium.edge.EdgeDriver
Command: [8163a87c0b3841709070c2c0cd02a633, get {url=https://reddit.com}]
Capabilities {acceptInsecureCerts: false, browserName: msedge, browserVersion: 119.0.2151.12, fedcm:accounts: true, ms:edgeOptions: {debuggerAddress: localhost:57538}, msedge: {msedgedriverVersion: 119.0.2151.12 (91d55e8e6936..., userDataDir: /var/folders/n0/4_r2y8bn25n...}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: mac, proxy: Proxy(), se:cdp: ws://localhost:57538/devtoo..., se:cdpVersion: 119.0.2151.12, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: 8163a87c0b3841709070c2c0cd02a633
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133)
	at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:52)
	at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:191)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:196)
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:171)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:518)
	at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:300)
	at utk.selenium.MSEdge.main(MSEdge.java:22)

Found this discussion for Edge 119 canary and this issue seems to be because of copilot enabled.

@utk787 utk787 added the bug Something isn't working label Oct 19, 2023
@pm036915
Copy link

We are also seeing this in Edge Beta 119

@utk787
Copy link
Author

utk787 commented Oct 25, 2023

I observed this same behaviour in latest beta 119.0.2151.24 and Edge Dev 120.0.2165.1 as well

@utk787
Copy link
Author

utk787 commented Nov 7, 2023

Seems to be fixed in 119 stable.

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