How do I find my WebDriver in Chrome?
Below are the tricks to find Chrome in WebDriver:
-
Add the ChromeDriver path to your PATH environment variable.
-
(Only in Java) The webdriver.chrome.driver system attribute can be used to indicate its location.
-
When instantiating webdriver in Python, include the path to ChromeDriver.