Run This on your Terminal
pip install selenium
After Installing Chrome Driver Write The Path of the Application in the PATH variable
## Path Of ChromeDriver
## Here its Point to My Chrome Driver
PATH = "C:\Program Files (x86)\chromedriver.exe"
Run This on your Terminal
pip install selenium
After Installing Chrome Driver Write The Path of the Application in the PATH variable
## Path Of ChromeDriver
## Here its Point to My Chrome Driver
PATH = "C:\Program Files (x86)\chromedriver.exe"