Technoshala

A blog for everything related to life

Category: Uncategorized

  • Python and Selenium on Windows: Part 1 – ChromeDriver

    Python and Selenium on Windows: Part 1 – ChromeDriver

    Install chromedriver : https://chromedriver.chromium.org/  We should make sure to download the chromedriver of the same version as the chrome installed in our device. To check the version number of your chrome. Go to Help section of the chrome and click About Google chrome. Downloading chromedriver will download a zip file containing the chromedriver.exe Extract the…

    Read More