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

后端 未结 7 1826
一个人的身影
一个人的身影 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:23

    I had the same problem but then i came to know that i was missing a jar to add, this jar is not inside the lib folder you can find it immediately outside the lib folder: client-combined-3.0.1-nodeps.jar

提交回复
热议问题