How to install Chromedriver on Windows 10

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025
  • This tutorial will show you how to install Chromedriver on Windows 10 (Same installation principles will apply on other versions of Windows). It will also show you how to add Chromedriver to the System Path Variable so that you can programmatically call Chromedriver without providing full path to the executable.
    Chromedriver can be downloaded here: sites.google.c...
    Once you have everything setup you will be able to use Google Chrome as a browser for automation.

ความคิดเห็น • 195

  • @thegodamen6090
    @thegodamen6090 2 ปีที่แล้ว +3

    Ur vid was nice and simple. Will defo recommend this to ppl who got no idea what the hell they are doing.

  • @IAMGuozai
    @IAMGuozai 3 ปีที่แล้ว +2

    Super clear and speaks fast which saves me a lot of time. Thanks man

  • @tonyto5739
    @tonyto5739 4 ปีที่แล้ว +12

    Fantastic! Short clip, but extremely valuable - thanks!

    • @ArturSpirin
      @ArturSpirin  4 ปีที่แล้ว

      Glad you enjoyed it!

  • @bigjoepro75
    @bigjoepro75 3 ปีที่แล้ว +1

    Great video! I have been trouble shooting for hours and your video got me up and running in less than 5 minutes.

    • @bahadrklc5932
      @bahadrklc5932 11 วันที่ผ่านมา

      Me toooo ((: God bless Artur (:

  • @PSProduktions
    @PSProduktions 3 ปีที่แล้ว +5

    Thanks a lot man! I was stuck at another tutorial that was doing stuff on Mac and your video made things work for me. Thanks :)

  • @jonathangarza6492
    @jonathangarza6492 ปีที่แล้ว +2

    Still works and saved so much time, I wish I would have found this video first before reading everything else!

    • @ArturSpirin
      @ArturSpirin  ปีที่แล้ว

      Thanks for the feedback, glad it still works!

  • @klassikalbeat68
    @klassikalbeat68 2 ปีที่แล้ว +1

    thankyou bro help a lot

  • @FunnyMemes-qp6iv
    @FunnyMemes-qp6iv ปีที่แล้ว

    Thank you so much i looked everywhere for this!

  • @slagjaw
    @slagjaw 3 ปีที่แล้ว +8

    Many thanks! A lot of frustration saved from this easy and quick video! Other websites make this process very confusing, when in reality it was just this simple for a beginner like me! Thank you!

  • @ergishkembi6198
    @ergishkembi6198 4 ปีที่แล้ว +7

    i get this
    'chromedriver' is not recognized as an internal or external command,
    operable program or batch file.
    what can i do?

    • @buddinglearner7085
      @buddinglearner7085 4 ปีที่แล้ว +3

      that's a very beginer issue . (i also had that before)
      i would say that you watch a video on what are system variable and how to set one.
      after that You will understand Your issue.

    • @Da_damm
      @Da_damm 4 ปีที่แล้ว +17

      @@buddinglearner7085 Wow what a great way to help beginners

    • @_garnila_8954
      @_garnila_8954 4 ปีที่แล้ว

      @@Da_damm i have the same issue with the guy... can you help ?

    • @dishydez
      @dishydez 4 ปีที่แล้ว

      Any fix?

    • @rhonfarber5145
      @rhonfarber5145 4 ปีที่แล้ว

      To fix this issue add chromedriver additionally as a system variable seperate from PATH. (in environment variables click the new that is under the name system variables and create a variable called chromedriver with the path you copied.

  • @yournetworksolutionist7734
    @yournetworksolutionist7734 3 ปีที่แล้ว +3

    Thanks Artur for the easy walk through. Your way seem so logically simple vs. the overly complicated "how to" reads.

    • @ArturSpirin
      @ArturSpirin  3 ปีที่แล้ว +1

      Glad it was helpful!

  • @detroittreasurehunter7654
    @detroittreasurehunter7654 4 ปีที่แล้ว +2

    Great video your an amazing computer teacher. Thank you very much for granting us with the power to access selenium from our windows PC Thanks again

    • @ArturSpirin
      @ArturSpirin  4 ปีที่แล้ว

      Glad it was helpful!

  • @lucasbudeanu5754
    @lucasbudeanu5754 2 ปีที่แล้ว +1

    Thanks you saved my life

  • @MasterMiner1106
    @MasterMiner1106 4 ปีที่แล้ว +1

    Bro thank you so much...This helped a ton and saved a lot of frustration!

  • @notnot807
    @notnot807 3 ปีที่แล้ว

    Thank u thank u so much.. I god clarity from ur video. M soo much happy.. God bless

  • @sandraararat4385
    @sandraararat4385 6 ปีที่แล้ว +2

    Artur, while relating these webdrivers with the Selenium project in eclipse, do you still need to define the path of the webdrivers within a Selenium script? Thank you.

  • @KD9-37
    @KD9-37 3 ปีที่แล้ว +1

    thankyou so much for this ! man 🙏

  • @timtom3403
    @timtom3403 4 ปีที่แล้ว +1

    helllo,do you know why gecko driver or chrome driver doesnt work on a vm?
    chromedriver error: bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed.
    gecko:gecko has unexpectedly exited.
    im running my python selenium project using idle python on a windows virtual machine hsted freely on aws,aws ec2

    • @prajwalbanagar3179
      @prajwalbanagar3179 4 ปีที่แล้ว

      even I am facing this same error. the browser is closing suddenly even before my complete program is getting executed.
      i am not understanding what Bluetooth has to do with this? please help me with this :\

    • @timtom3403
      @timtom3403 4 ปีที่แล้ว

      @@prajwalbanagar3179 you trying this on AWS windows VM?

    • @prajwalbanagar3179
      @prajwalbanagar3179 4 ปีที่แล้ว

      @@timtom3403 im coding it in VSCODE.

    • @prajwalbanagar3179
      @prajwalbanagar3179 4 ปีที่แล้ว

      @@timtom3403 i have found a temporary solution. Just add 'time.sleep(10) at that part of the code where that bluetooth error is arising..
      After doing that, the error still pop up but before that time " time.sleep(time in seconds) " will be running which will bypass that error and the code continue to run the next command after the sleep command gets executed

  • @MJGames777
    @MJGames777 7 ปีที่แล้ว +2

    Thanks very straight forward. It would be awesome to now have another video that shows how to set it up in an IDE and running a very basic automation test like check URL.

    • @ArturSpirin
      @ArturSpirin  7 ปีที่แล้ว +2

      Hey! You can start by watching th-cam.com/video/ApSzpDnFmOE/w-d-xo.html & th-cam.com/video/PqSXxrVNpLA/w-d-xo.html I will continue to make more videos on this subject as I time permits.

  • @Seb4sTh3F1sh
    @Seb4sTh3F1sh 4 ปีที่แล้ว +2

    Thanks! Awesome, to the point easy to follow

  • @mattiascalas1887
    @mattiascalas1887 2 ปีที่แล้ว

    Thanks! Saved lot of time

  • @raza3999
    @raza3999 3 ปีที่แล้ว +2

    Do you have to make the folder on This pc or can it be on desktop

    • @ArturSpirin
      @ArturSpirin  3 ปีที่แล้ว +1

      Can be anywhere

    • @raza3999
      @raza3999 3 ปีที่แล้ว +1

      @@ArturSpirin thanks

  • @just_raduga
    @just_raduga 2 ปีที่แล้ว

    Thanks!! This is really useful tutorial!)))

  • @vattensheep6006
    @vattensheep6006 4 ปีที่แล้ว +1

    thanku, u rly have a tutorial of everything

  • @costa4339
    @costa4339 3 ปีที่แล้ว

    Hello! Tell me what to write on the command line?

  • @zer0skill864
    @zer0skill864 3 ปีที่แล้ว

    OMG thank you for this amazing video
    This helped me a lot

  • @ITAuditGuy
    @ITAuditGuy 3 ปีที่แล้ว

    Super helpful video! Thank you!

  • @iqmedicine3237
    @iqmedicine3237 3 ปีที่แล้ว

    i have proplem when i write chrome driver in cmd it give it is not recognized

  • @magdagonzalez792
    @magdagonzalez792 3 ปีที่แล้ว +1

    Thank you! Thank you so much!

  • @Anonymous-1011
    @Anonymous-1011 2 ปีที่แล้ว +1

    It worked.

  • @yatousan678
    @yatousan678 3 ปีที่แล้ว

    (Chrome driver) is not recognizedas an internal or external command?

  • @kwadoezenwaka9358
    @kwadoezenwaka9358 3 ปีที่แล้ว

    My chrome version is not available on the DOWNLOAD chromedriver page .. what do I do ?

  • @nocohesivevidslol2815
    @nocohesivevidslol2815 4 ปีที่แล้ว +1

    Thank you, this was very helpful!

    • @ArturSpirin
      @ArturSpirin  4 ปีที่แล้ว +1

      Glad it was helpful!

  • @urban248
    @urban248 4 ปีที่แล้ว +2

    Thank you sooo muchhh. 🤩

  • @sandro123gamer7
    @sandro123gamer7 2 ปีที่แล้ว

    How install it on win 11
    64 bit
    Download link only have 32 bit

  • @sueaja1418
    @sueaja1418 3 ปีที่แล้ว +1

    thanks dude!!!!!

  • @5BestForeverOfficial
    @5BestForeverOfficial 4 ปีที่แล้ว +1

    i'm facing issue unknown error cannot find chrome binary so this solution will work or not?

    • @ArturSpirin
      @ArturSpirin  4 ปีที่แล้ว

      Yes it should solve that issue.

  • @spectredox
    @spectredox 4 ปีที่แล้ว +1

    Does this apply for more than one type of browser driver, such as, "Gecko driver". Do we put it all in one folder ("webdrivers")?

    • @ArturSpirin
      @ArturSpirin  4 ปีที่แล้ว +1

      Yes, if you place other webdrivers in the same directory which is included in your path, those webdrivers will be found when you run your code.

  • @kozahmultimedia8275
    @kozahmultimedia8275 8 หลายเดือนก่อน

    can you kindly update the link under your video, it doesn't work anymore

  • @alexandershnaidman8188
    @alexandershnaidman8188 3 ปีที่แล้ว

    Great video! Thanks a lot!

  • @chalijutt3478
    @chalijutt3478 2 ปีที่แล้ว

    Hi! I am facing a problem that I can't find the ChromeDriver version which matches my Chrome Browser version, How i can solve this problem?

  • @rodrigomoreno2343
    @rodrigomoreno2343 5 ปีที่แล้ว

    Hey Artur, I'm having trouble when I want to check with 'cdm'. I've tried it with python, pip and now chromedriver, and I always receive message that says "...was not recognized as an external or internal comand, program or file..." (I have it in spanish so maybe in english it is kind of different. You know why this might be?

    • @BabyHuey7878
      @BabyHuey7878 5 ปีที่แล้ว +2

      It's a little late, but I just figured it out. I had to install webdriver-manager.(pip install webdriver-manager). Stated working after that.

    • @chaimaakabdi7378
      @chaimaakabdi7378 5 ปีที่แล้ว

      Same probleme i have it in frensh

    • @dishydez
      @dishydez 4 ปีที่แล้ว

      Mine is not working even after I installed it. Any help?

  • @dhriti1987
    @dhriti1987 ปีที่แล้ว +1

    Thanks a lot

  • @TonyMPS3
    @TonyMPS3 4 ปีที่แล้ว +1

    You the best man

    • @ArturSpirin
      @ArturSpirin  4 ปีที่แล้ว

      Thank you, glad it worked!

  • @oddtibetmonkey
    @oddtibetmonkey 5 ปีที่แล้ว +2

    Hi, thanks for the video. I got this result:
    C:\Users\John>chromedriver
    Starting ChromeDriver 74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}) on port 9515
    Only local connections are allowed.
    Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
    so just wondering what you would do in order to protect ports? any video on that topic?

  • @_L721
    @_L721 5 ปีที่แล้ว

    inside environmental variables. (47 sec.) i don't have (onedrive c\users\QA\onedrive) so im unable to edit path to add c\webdrivers

  • @juanuser2011
    @juanuser2011 5 ปีที่แล้ว +2

    Thank you so much my friend.

  • @hydricbluen8498
    @hydricbluen8498 5 ปีที่แล้ว

    selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH.
    I keep getting this error from pycharm. Any tips on how to fix it?

    • @ArturSpirin
      @ArturSpirin  5 ปีที่แล้ว

      There are two ways to fix it. The easiest way (and the more scale-able) I talk about in this video: th-cam.com/video/o0yDit90RPg/w-d-xo.html or the more traditional approach: th-cam.com/video/dz59GsdvUF8/w-d-xo.html

    • @ArturSpirin
      @ArturSpirin  5 ปีที่แล้ว

      Lol failed to realize you are already on the traditional approach :). I assume you added the PATH but did not restart your PyCharm process then. So just re-launch PyCharm and it should pick up the new PATH variables.

    • @hydricbluen8498
      @hydricbluen8498 5 ปีที่แล้ว +1

      @@ArturSpirin thanks! Now i get back to automating some things in python. Really helped!

  • @merhaba_arkadaslar00
    @merhaba_arkadaslar00 4 ปีที่แล้ว +1

    What can you do after installing this ?

    • @ArturSpirin
      @ArturSpirin  4 ปีที่แล้ว

      You can use Webdrvier libraries which will use the chromedriver (if you want to use Google Chrome) to automate actions on web applications. Typically this is used to test web applications but uses are not limited to that.

  • @davidpineros8725
    @davidpineros8725 5 ปีที่แล้ว +2

    i got this problem
    Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.

  • @فيصلمحمد-ن7ف
    @فيصلمحمد-ن7ف 2 ปีที่แล้ว

    Thank you!

  • @IcemanR2
    @IcemanR2 5 ปีที่แล้ว +2

    thank you i'm form Thailand and my problem modify by you clip thanks

  • @robr9313
    @robr9313 4 ปีที่แล้ว +1

    good shit. no frills. thanks

  • @JimmyWestra
    @JimmyWestra 4 ปีที่แล้ว +2

    cmd/administrator; Chromedrivers is not recognizable as an Internal or external command. too easy and didn't work.

  • @luciferkhusrao
    @luciferkhusrao 3 ปีที่แล้ว

    Thank you very much!

  • @Zackmortar
    @Zackmortar 5 ปีที่แล้ว

    hey atur i have set up the path as u said and it isnt working tried restarting my ide
    and everything it doesnt work please help im c#

    • @ArturSpirin
      @ArturSpirin  5 ปีที่แล้ว

      Try typing "chromedriver" in your terminal. If your PATH is set correctly, you will see a server start up. If you do not see it, its a problem with your PATH. If you do see it, its a problem with your IDE process holding on to the old PATH definition and it can be fixed by restarting(have to kill all of its processes) the IDE.

    • @Zackmortar
      @Zackmortar 5 ปีที่แล้ว

      Ok gonna try that

  • @warzonebanng8806
    @warzonebanng8806 2 ปีที่แล้ว

    God Bless you Bro

  • @johnmorrison6814
    @johnmorrison6814 6 ปีที่แล้ว +1

    I'm not sure how this worked back then but
    chromedriver (according to the docs) needs to be in the "path" to run.
    OR
    it's path specified in the code
    chrome_path=r'{ path to }\chromedriver.exe' # yes the r has to be there
    learner = webdriver.Chrome(chrome_path)

    • @MattCole
      @MattCole 6 ปีที่แล้ว +1

      Right, you change your Python code to point to the chromedriver.exe file. IE: driver = webdriver.Chrome(r'C:\MattCole\Webdrivers\chromedriver.exe')

    • @ArturSpirin
      @ArturSpirin  6 ปีที่แล้ว +1

      Yeap, it was always the case, at 0:50 we add it to the path

  • @RajeshKumar-ig3xg
    @RajeshKumar-ig3xg 5 ปีที่แล้ว

    Hello sir, now a day which is good option for choosing Java or python for selenium

    • @ArturSpirin
      @ArturSpirin  5 ปีที่แล้ว

      Both are good options but my personal pick would go to Python. Faster web servers, easier and faster development, tons of libraries, used by security & AI researchers, smaller memory footprint, much more portable.

  • @dorygreen10
    @dorygreen10 4 ปีที่แล้ว

    Backslash is not recognized in python, the web-driver path is not readable in the script. I'm using win10

  • @meloshnikolic4304
    @meloshnikolic4304 6 หลายเดือนก่อน

    thank you Sir

  • @26_faraz53
    @26_faraz53 3 ปีที่แล้ว

    its not working for me when i tried to run chromedriver

  • @lavineirvine1392
    @lavineirvine1392 4 ปีที่แล้ว +1

    very helpful

  • @ajaywagaskar4705
    @ajaywagaskar4705 4 ปีที่แล้ว +1

    Thanks broo

  • @harikasathrasala5503
    @harikasathrasala5503 4 ปีที่แล้ว +1

    I am getting unexpectedly exited error even after downloading latest version
    How can i overcome it

    • @bayalp61
      @bayalp61 4 ปีที่แล้ว

      did you solve your problem ?
      İf you did could you please say , how ?

  • @ceooftiktoktrends457
    @ceooftiktoktrends457 3 ปีที่แล้ว

    THANK YOU SO MUCH

  • @bohdangringo9756
    @bohdangringo9756 7 ปีที่แล้ว +1

    Thanks a lot, it works.

  • @honduck2
    @honduck2 5 ปีที่แล้ว +2

    Thanks Artur

  • @MeMasterMind
    @MeMasterMind 4 ปีที่แล้ว

    I'm getting this error pls help: (unknown error: DevToolsActivePort file doesn't exist)

    • @ArturSpirin
      @ArturSpirin  4 ปีที่แล้ว +1

      Check your chrome settings, looks like you are trying to use devtools, not sure if this is your intention or not.

    • @nidhitaneja9037
      @nidhitaneja9037 4 ปีที่แล้ว

      @@ArturSpirin oh ok ty :)

  • @panithipromsena3792
    @panithipromsena3792 5 ปีที่แล้ว +1

    thank you work

  • @franciscogiancoli93
    @franciscogiancoli93 2 ปีที่แล้ว

    Obrigado meu amigo... me ajudou demaixxx

  • @ahmedd3343
    @ahmedd3343 5 ปีที่แล้ว

    When I extracted chromedriver zip folder that shows the file name chromedriver in this video but in my system it shows file name chromedriver.exe
    Please Anybody can tell me why?

    • @spencer595
      @spencer595 5 ปีที่แล้ว

      You can see his chromedriver is an application. That means it too is chromedriver.exe he just isn't showing the file type extension at the end of his file.

    • @JimmyWestra
      @JimmyWestra 4 ปีที่แล้ว

      @@spencer595 I understand your common sense. But if you are talking code like this video claims relevant. Why leave half the code out of the test to see if it worked? Why bother when testing won't work for anybody by your instruction? Why skip two crucial ingredients or just skip the test all together if you don't want to explain the test you offered as an example?

  • @adnanqureshi6098
    @adnanqureshi6098 5 ปีที่แล้ว +1

    thanks man

  • @moez8381
    @moez8381 7 ปีที่แล้ว +1

    thank u so much bro

  • @mrraymcontact0
    @mrraymcontact0 6 ปีที่แล้ว +4

    did not work for me

    • @omprakash-hj2mo
      @omprakash-hj2mo 5 ปีที่แล้ว

      Yea, Malay Ray its not working for me also

    • @omprakash-hj2mo
      @omprakash-hj2mo 5 ปีที่แล้ว

      Starting ChromeDriver 74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}) on port 43411
      Only local connections are allowed......M getting this error.

    • @dabrudda5251
      @dabrudda5251 4 ปีที่แล้ว

      Try extracting it into that folder

  • @hawraahaider9844
    @hawraahaider9844 3 ปีที่แล้ว

    I use windows10 64.zip can I download 32.zip ??

    • @OmerFarukUcer
      @OmerFarukUcer 3 ปีที่แล้ว

      Same here I was looking for that question.

    • @OmerFarukUcer
      @OmerFarukUcer 3 ปีที่แล้ว

      You can download by the way i Tried and it worked

    • @hawraahaider9844
      @hawraahaider9844 3 ปีที่แล้ว

      @@OmerFarukUcer I traid and it worked with me thank you so much

    • @OmerFarukUcer
      @OmerFarukUcer 3 ปีที่แล้ว

      @@hawraahaider9844 You are welcome :)

  • @emrc5085
    @emrc5085 5 ปีที่แล้ว +1

    thx dude

  • @kajtus5510
    @kajtus5510 3 ปีที่แล้ว +1

    thx

  • @8kdrei
    @8kdrei 4 ปีที่แล้ว +1

    i did it exactly how you did it and i keep getting 'chromedriver' is not recognized as an internal or external command, operable program or batch file :(

    • @deathstarhz3426
      @deathstarhz3426 4 ปีที่แล้ว

      You should go in file manager, navigate to where you extracted chromedriver, then go into the url of the filer manager and clear it out and type in "cmd" and hit enter. This should open cmd at the path where you extracted chromedriver. Try running chromedriver from that command line, it should work. Otherwise, go through the video and make sure you set up the PATH environment variable correctly and try again.

  • @vilunki_
    @vilunki_ 4 ปีที่แล้ว +1

    Thank so much (:

  • @chanyuanabigailparker9809
    @chanyuanabigailparker9809 7 ปีที่แล้ว +1

    Thanks!

  • @chaimaakabdi7378
    @chaimaakabdi7378 5 ปีที่แล้ว

    Thaks artur but i stell have a probleme they wrote it s not known as a comand interne or exterme

    • @ArturSpirin
      @ArturSpirin  5 ปีที่แล้ว

      You likely made some sort of error when configuring the PATH, maybe a typo - retrace your steps.

    • @chaimaakabdi7378
      @chaimaakabdi7378 5 ปีที่แล้ว

      @@ArturSpirin i have saved it the path

  • @dimakof
    @dimakof 3 ปีที่แล้ว

    thanks

  • @harshabasavaraju4609
    @harshabasavaraju4609 3 ปีที่แล้ว

    Thanks....

  • @enricoisola3955
    @enricoisola3955 2 ปีที่แล้ว

    GREAT!

  • @shantakumar4325
    @shantakumar4325 7 ปีที่แล้ว +1

    Thank u

  • @tekking181
    @tekking181 7 ปีที่แล้ว

    excelente, muchas gracias

  • @bipppo6340
    @bipppo6340 4 ปีที่แล้ว

    thank u^^

  • @MrImmortal1907
    @MrImmortal1907 5 ปีที่แล้ว

    Txnx, dude.

  • @storageaccountiii8917
    @storageaccountiii8917 2 ปีที่แล้ว

    It has malware heuristic 1001 in it

  • @exeda
    @exeda 6 ปีที่แล้ว

    Thanks

  • @jimmybagos5884
    @jimmybagos5884 4 ปีที่แล้ว

    Perfect.

  • @arturgadyan3175
    @arturgadyan3175 5 ปีที่แล้ว +2

    Thanks you. You beautiful )

    • @ArturSpirin
      @ArturSpirin  5 ปีที่แล้ว +1

      Its nice to be appreciated once in a while :)

  • @FelpBR
    @FelpBR 2 ปีที่แล้ว

    perfect

  • @Majidmohamod
    @Majidmohamod 4 ปีที่แล้ว +1

    If there is 100 likes option, I would given to this video... Thanks!!!

  • @noceunaotempao
    @noceunaotempao 6 ปีที่แล้ว

    gracias

  • @Icewolfer1
    @Icewolfer1 4 ปีที่แล้ว

    Don't work...

  • @brethagen7776
    @brethagen7776 5 ปีที่แล้ว

    Can't believe I was just putting an extra back slash in the PATH variable... fucking windows.

  • @mohammedsufyanrizvi2595
    @mohammedsufyanrizvi2595 4 ปีที่แล้ว +1

    Mate can i say i love you....... not gay

  • @YashchiK
    @YashchiK 2 ปีที่แล้ว

    yeap/ Looks doog. Shortly and without unnecessary words and introductions