selenium: Driver info: driver. Version: unknown

Hi @qqilihq,
today after a while I rerun a workflow that correctly worked before, but I got this error:

"
at java. Base/java.util.concurrent.FutureTask.report(Unknown Source)

at java.base/java.util.concurrent.FutureTask.get(Unknown Source)

at java.desktop/javax.swing.SwingWorker.get(Unknown Source)

at ws.palladian.nodes.selenium.findelements2.FindElementsPanel$2.done(FindElementsPanel.java:430)

at java.desktop/javax.swing.SwingWorker$5.run(Unknown Source)

at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)

at java.desktop/sun.swing.AccumulativeRunnable.run(Unknown Source)

at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)

at java.desktop/javax.swing.Timer.fireActionPerformed(Unknown Source)

at java.desktop/javax.swing.Timer$DoPostEvent.run(Unknown Source)

at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)

at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)

at java.desktop/java.awt.EventQueue$4.run(Unknown Source)

at java.desktop/java.awt.EventQueue$4.run(Unknown Source)

at java.base/java.security.AccessController.doPrivileged(Unknown Source)

at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)

at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)

Caused by: org.openqa.selenium.devtools.DevToolsException: Unable to create instance of class org.openqa.selenium.devtools.v119.dom.model.Node

Build info: version: ‘4.14.1’, revision: ‘03f8ede370’

System info: os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘17.0.5’

Driver info: driver. Version: unknown
"

Hi @Sajjadmosaheb,

can you please try FAQ#35?

-Philipp

I tried the #35 solution way but I got this error when running the start web driver node :
"
ERROR Start WebDriver 3:123 Execute failed: timeout: Timed out receiving message from renderer: 58.473
(Session info: chrome=119.0.6045.105)
Build info: version: ‘4.15.0’, revision: ‘1d14b5521b’
System info: os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘17.0.5’
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [5c54e0d36c7f7a49ef5cab3d52551daf, get {url=https://…}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 119.0.6045.105, chrome: {chromedriverVersion: 119.0.6045.105 (38c72552c5e…, userDataDir: C:\Windows\SystemTemp\scope…}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65158}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:65158/devtoo…, se:cdpVersion: 119.0.6045.105, 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: 5c54e0d36c7f7a49ef5cab3d52551daf
"

Does the same happen with the “Chrome for Testing” option selected in Start WebDriver or WebDriver Factory? (See also FAQ#32)

yes, it’s worked with the driver factory node. but I was using the “Chrome for Testing” option selected in Start WebDriver but It was not working that way.

Semantically, both nodes (Start WD and Factory) are exactly the same, so if it works one way, but not the other, there’s probably some invalid configuration? Does the “Capabilities” section have any content in the failing case? If so, what is it and can you try removing it?

Hi @qqilihq, no there are no “Capabilities”.

Best
Sajjad

Could you provide an example workflow please? Thank you.

Hi @qqilihq,
Sorry for the late reply, I was testing and it was working in both ways, but sometimes it doesn’t work.
Another problem is, that the page stuck in loading page while is loading completely in normal Chrome when I browsing.
start webdriver.knwf (48.9 KB)

Best
Sajjad

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.