Create new chrome session in node-red

Hello

In Node-red, I have no issue opening a new browser with browserless.io. But in node-red flow on using 'local webdriver' with host web driver URL:http://localhost:4444/wd/hub while creating a session. It opens 4 Chrome browsers and throws the below error.

Error: Failed to create the session.
Unable to create a session from {
"desiredCapabilities": {
"browserName": "chrome",
"goog:chromeOptions": {
"w3c": false
}
},
"capabilities": {
"firstMatch": [
{
"browserName": "chrome",
"goog:chromeOptions": {
"w3c": false
}
}
]
}
}
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
System info: host: 'SPENUMA-T14', ip: '10.177.0.127', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '18.0.2.1'
Driver info: driver.version: unknown

Can anyone plz suggest who to solve this issue.

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