Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

brandon lowe
999 Pointsdriver.get not a function
I have selenium and chromedriver installed on my ubuntu 16.04 OS and i'm not exactly sure why the function isn't working, can anyone shed some light on the situation?
1 Answer

Clinton Billedeaux
1,393 PointsIn order to shed helpful light instead of a flashbang grenade, I'd like to know a little more about what you're trying to do.
a) Some context around how you are currently attempting to use driver.get in the form of a code snippet would help me understand a little bit about what you are trying to do.
Currently all I know is that you have typed
driver.get()
b) Describe in your words - forget about code or Selenium or Linux or Chrome - what you are trying to accomplish?
c) What do you think driver.get is supposed to do?
If you can do this much, I might be able to guide you further than you are now.