Problem with Selenium Webdriver

Asked

Viewed 127 times

0

I’m trying to learn Selenium Webdriver on my own, but I’m having difficulties.

Some commands are not working in Eclipse.

For example, for the command "Import org.openqa.selenium.webdriver" message appears:

The import org.junit.Selenium cannot be resolved

Can you help me?

1 answer

-1

I believe you just typed wrong. Try with the initials of "webdriver" in uppercase:

import org.openqa.selenium.WebDriver;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.