摘要:
使用chrome浏览器时,提示报错org.openqa.selenium.WebDriverException: Chrome did not respond to 'GetChromeDriverAutomationVersion';
问题是chromedriver驱动版本过低引起的,更换到最新(2014/2/6)的版本,该问题解决。 阅读全文
摘要:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:Failure executing javac, but could not parse the error:**.jar时出错; error in opening zip file
该问题多为jar包错误,删除重下载即可解决 阅读全文
摘要:
MAVEN项目编译时报错:'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing。
解决方案:POM.xml文件中maven-compiler-plugin插件缺少版本信息,添加属性即OK! 阅读全文