After updating my Chrome browser to Version 108.0.5359.72, I encountered a problem while running webdriverIO scripts. Despite updating the driver, I kept receiving the following error message: "ERROR webdriver: WebDriver Error: Could not start a new session. Error while creating a session with the driver service. Stopping driver service: The driver server process died prematurely."
I attempted to resolve this issue by running npm install chromedriver@108 --save-dev, but unfortunately received the following errors: "npm ERR! code ETARGET npm ERR! notarget No matching version found for chromedriver@108. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.
A complete log of this run can be found in:rIO>, which did not provide a solution to the problems I was experiencing.