I have an automation framework developed around Selenium-WebDriver which launches Chrome and navigates to specified URL and performs specified automation. When I commissione
I was facing the same issue, In my case the main problem was:
Incompatibility between chrome version and chromedriver version.
Chrome browser is self upgraded, it updates to latest version automatically (In most of case).
So you need to upgrade chromedriver version periodically and there are release notes are also available which describes the compability between chromedriver and chrome version.