How do I find my WebDriver in Chrome?

How do I find my WebDriver in Chrome?

Below are the tricks to find Chrome in WebDriver:

  1. Add the ChromeDriver path to your PATH environment variable.

  2. (Only in Java) The webdriver.chrome.driver system attribute can be used to indicate its location.

  3. When instantiating webdriver in Python, include the path to ChromeDriver.