“The import org cannot be resolved” error with the imports in Eclipse Photon with selenium Standalone server 3.9.1

前端 未结 5 1184
耶瑟儿~
耶瑟儿~ 2020-12-12 02:22

I\'m creating a basic selenium Webdriver program by adding the selenium jars and relative jars, below is my code. but when i try to resolve firefordriver and webdriver for i

5条回答
  •  执念已碎
    2020-12-12 02:57

    delete module-info.java file or any other module file that was created at the time of creating the project. That will resolve the issue.

提交回复
热议问题