How do I fix Chromedriver executable in path?
There are several options for dealing with this. Fix 1: Specify the path of chromedriver.exe manually. You may easily pass the link to chromedriver.exe to the Chrome() method as a string. Fix 2: drag chromedriver.exe to your desktop.
Fix 3: add chromedriver.exe’s directory to your PATH variable.