Problem with Selenium Webdriver

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 " the message will appear:

  

The import org.junit.selenium can not be resolved

Can you help me?

    
asked by anonymous 31.08.2016 / 03:35

1 answer

-1

I think you just typed the wrong one. Try the uppercase "webdriver" initials:

import org.openqa.selenium.WebDriver;
    
09.02.2017 / 12:18