-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Description
Description
Below error is encountered during an execution of automated regression test cases:
Execution failed
Error doing interaction. Connection Name: SF_Sales, cause: [UnreachableBrowserException: Error communicating with the remote browser. It may have died.
Build info: version: '4.16.1', revision: '9b4c83354e'
System info: os.name: 'Windows Server 2022', os.arch: 'amd64', os.version: '10.0', java.version: '21.0.6'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [5ecbebb0b4bf42dc812aac08d2015aae, executeScript [script, args]]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 139.0.7258.67, chrome: {chromedriverVersion: 139.0.7258.66 (a62d32994769..., userDataDir: C:\Users\sauce\AppData\Loca...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:49795}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), 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: 5ecbebb0b4bf42dc812aac08d2015aae, UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes, IOException: HTTP/1.1 header parser received no bytes, IOException: connection closed locally]
Multiple test cases encountered this error after our runs in our CICD pipeline. We ran the test cases in Virtual Machine in SauceLabs everytime we do a run.
Is there any suggestion or solution that you can provide for us to not encounter this error during an execution?
Reproducible Code
This is somewhat the same as this issue https://github.com/SeleniumHQ/selenium/issues/11798