I\'m having trouble using the Chrome driver for Selenium. I have the chromedriver downloaded and saved to C:\\Chrome:
driver = webdriver.Chrome(executable_pa
For Windows with virtual workspace
First, check your browser version: go to 3 dons most right corner of the chrome browser and click it, then, --> Help-->About Google Chrome
once you identify our browser version, we have to download and install chrome drive from this link
extract the zip folder and past chromedriver.exe file in C:\Users\name\virtual_workspace\Scripts
from selenium import webdriver
wbdriver = webdriver.Chrome()