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 trial

Quality Assurance Introduction to Selenium Test Drive Selenium WebDriver Basics

Alex P
Alex P
99 Points

I'm getting: "field.sendKeys is not a function" error, why?

I was following the instructions till:

const field = driver.findElement( By.xpath("/html/body/div/header/form/input") );

but after typing the next line (and pressing enter in command):

field.sendKeys("Found this element with an explicit XPath");

I got this Error:

TypeError: field.sendKeys is not a function

Please help, Thanks in advance.

1 Answer

Craig Dennis
STAFF
Craig Dennis
Treehouse Teacher

Can you console.dir(field) please?