We have selenium hub with chrome and firefox as a POD running. We are observing below error frequently and test is not completing. Any help will be appreciated.
org.openqa.selenium.WebDriverException: unknown error: session deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
(Session info: chrome=115.0.5790.110)
Build info: version: '4.5.0', revision: 'fe167b119a'
System info:
os.name: 'Mac OS X', os.arch: 'aarch64', os.version: '14.4.1', java.version: '11.0.19'
Driver info: com.pwc.core.framework.driver.MicroserviceRemoteWebDriver
Command: [f63764280414966c999f3a9d7a979afe, getElementAttribute {id=CEA0F2D997C23DDEF3BFC6D0AA752AB9_element_226, name=href}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 115.0.5790.110, chrome: {chromedriverVersion: 115.0.5790.102 (90efd4b0ad6..., userDataDir: /tmp/.org.chromium.Chromium...}, cloud:options: {build: PurchaseAndSaveCreditCardTest, name: PurchaseAndSaveCreditCardTest}, experitest:accessKey: eyJ4cC51IjoxNDI5LCJ4cC5wIjo..., experitest:testName: PurchaseAndSaveCreditCardTest, goog:chromeOptions: {debuggerAddress: localhost:46517}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://selenium-hub.selenium:..., se:cdpVersion: 115.0.5790.110, se:vnc: ws://selenium-hub.selenium:..., se:vncEnabled: true, se:vncLocalAddress: ws://
192.168.98.118:7900, 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}
Element: [[MicroserviceRemoteWebDriver: chrome on LINUX (f63764280414966c999f3a9d7a979afe)] -> xpath: //div[contains(@class, 'payment')]]
Session ID: f63764280414966c999f3a9d7a979afe
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)