07 2014 档案
摘要:本文主要描述如何获取当前方法名/类名、调用者方法名/类名、当前类名的全称和简称。
阅读全文
摘要:使用By.className()识别对象时,若对象属性包含空格,则识别过程报错:Compound class names are not supported
阅读全文
摘要:使用chrome浏览器时,提示报错org.openqa.selenium.WebDriverException: Chrome did not respond to 'GetChromeDriverAutomationVersion';
问题是chromedriver驱动版本过低引起的,更换到最新(2014/2/6)的版本,该问题解决。
阅读全文
摘要:mvn install 报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2 错误: 找不到符号.
需要clean后重新install项目可以解决该问题
阅读全文
摘要: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包错误,删除重下载即可解决
阅读全文