摘要: 使用moveToElement可是实现定位焦点,尝试后测试通过,代码如下 //鼠标单击前商品信息被隐藏,我们需要手动除展示商品标签的隐藏属性 JavascriptExecutor removeAttribute = (JavascriptExecutor)driver; removeAttribut 阅读全文
posted @ 2017-07-05 15:47 baoyu7yi 阅读(1910) 评论(0) 推荐(0) 编辑
摘要: 显示等待 WebDriverWait 超时抛出TimeOutException,默认500毫秒 ExpectedCondition 隐式等待 查找WebDriver无法使用的元素时等待,默认0,生命周期整个WebDriver 阅读全文
posted @ 2017-07-05 00:07 baoyu7yi 阅读(252) 评论(0) 推荐(0) 编辑