"java.lang.Error: Unresolved compilation problems" during execution Selenium tests with TestNG using Maven -
"java.lang.Error: Unresolved compilation problems" during execution Selenium tests with TestNG using Maven -
i using selenium testng automated testing. using maven software project management , comprehension tool. have maven dependencies in class path. still got caused by: java.lang.error: unresolved compilation problems:
the import org.openqa.selenium.firefox.firefoxdriver cannot resolved.selenium.firefox.driver jar nowadays in class path same problem other dependencies.
how resolve error?
try these steps:
right click project gotomaven
menu click update project configuration
java maven selenium testng selenium-firefoxdriver
Comments
Post a Comment