I need to install chromedriver
on Windows OS. In the article below they specify:
https://sites.google.com/a/chromium.org/chromedriver/getting-started
"...ChromeDriver expects you to have Chrome installed in the default location for your platform..."
But I'm not sure what is the default location ?
On Mac OS it's /usr/local/bin
.
With this I don't have to specify path explicitly or setup system path either.
How to achieve the same on Windows OS?