Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJoshua Thao
6,439 PointsI was getting an error not found so I downloaded Chromedriver latest version from google. Now IDK what to do.
I downloaded Chromedriver from google because it kept saying my driver was not found. I created a folder called "webdrivers" in my local disk with the "Chromedriver" application following this video "https://www.youtube.com/watch?v=dz59GsdvUF8". Now if I type "driver.get(url); it shows this message
Joshua Thao
6,439 PointsJoshua Thao
6,439 PointsMicrosoft Windows [Version 10.0.17134.345] (c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\JT>npm install chromedriver -g C:\Users\JT\AppData\Roaming\npm\chromedriver -> C:\Users\JT\AppData\Roaming\npm\node_modules\chromedriver\bin\chromedriver
Downloading https://chromedriver.storage.googleapis.com/2.43/chromedriver_win32.zip Saving to C:\Users\JT\AppData\Local\Temp\chromedriver\chromedriver_win32.zip Received 782K... Received 1566K... Received 2350K... Received 3134K... Received 3529K total. Extracting zip contents Copying to target path C:\Users\JT\AppData\Roaming\npm\node_modules\chromedriver\lib\chromedriver Done. ChromeDriver binary available at C:\Users\JT\AppData\Roaming\npm\node_modules\chromedriver\lib\chromedriver\chromedriver.exe
┌─────────────────────────────────────────────────────────┐ │ npm update check failed │ │ Try running with sudo or get access │ │ to the local update config store via │ │ sudo chown -R $USER:$(id -gn $USER) C:\Users\JT.config │ └─────────────────────────────────────────────────────────┘
C:\Users\JT>chromedriver --version ChromeDriver 2.43.600210 (68dcf5eebde37173d4027fa8635e332711d2874a)
C:\Users\JT>cd selenium-basics/
C:\Users\JT\selenium-basics>node