Do the below procedure if the following error message is displayed:
- Go to C:/Python27
- Check if the ChromeDriver version is the same as the Google chrome version you are currently using.
- In case it is not the same, download the ChromeDriver with the version that matches with the Google Chrome you are currently using.
- Rename it as chromedriver.exe and replace the old ChromeDriver in the C:/Python27 with the newly downloaded one.
- Restart the bot.