simonradier / node-red-contrib-simple-webdriver

SimpleWebdriver nodes for Node-RED initially based on node-red-contrib-selenium-wd2
Apache License 2.0
14 stars 8 forks source link

Node is broken with Chrome 119.x #49

Closed bakman2 closed 10 months ago

bakman2 commented 11 months ago
WebDriverResponseError: session not created : session not created: This version of ChromeDriver only supports Chrome version 117
Current browser version is 119.0.6045.105 with binary path /usr/bin/chromium
simonradier commented 10 months ago

Hi @bakman2,

Chromedriver is a dev dependencies. You must use an npx chromedriver from another repository to be sure to retreive the latest version.

Best regards,