WebDriver cannot be resolved to a type FirefoxDriver cannot be resolved to a type

后端 未结 7 1757
一个人的身影
一个人的身影 2020-12-01 21:51

I found a similar error as mine on stackoverflow and added selenium webdriver jar files to the project using the below method :

right click on project--> goto build

相关标签:
7条回答
  • 2020-12-01 22:47

    even i got the the same error but then i realised that i missed 2 additional JAR files from Selenium 2.53.0.

    selenium-java-2.53.0-srcs.jar selenium-java-2.53.0.jar

    these are not in the sub library " libs" in selenium 2.53.0 but listed separately in the same folder.

    0 讨论(0)
提交回复
热议问题