摘要:
一、解决定位并操作uneditable元素 尝试了通过id,xpath等等定位元素后点击都提示Element is not clickable at point 再看了下可以click的元素发现上面有onClick事件 查看了一下元素是span 几番操作都不行,最后还是请教的大神,通过js脚本来操作 阅读全文
摘要:
本机开始安装了jdk1.6,然后安装了jdk1.8 当在调自动化的时候,发现传入函数传参String类型,报错The type java.lang.Object cannot be resolved It is indirectly referenced ... step1: Windows-Pre 阅读全文
摘要:
因为在用java打开firefox浏览器的时候报错 org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms 在网上查阅了说是兼 阅读全文