随笔分类 -  java-selenium

在已开启Chrome窗口上调试
摘要:代码 阅读全文
posted @ 2019-11-20 17:43 liehen2046 阅读(605) 评论(0) 推荐(0)
ExpectedConditions API
摘要:使用 文档 |方法名|功能| | | | titleIs( String title) | 判断当前页面的title是否精确等于预期 titleContains( String title) | 判断当前页面的title是否包含预期字符串 urlToBe( String url) | 判断当前页面的 阅读全文
posted @ 2019-11-08 15:54 liehen2046 阅读(196) 评论(0) 推荐(0)
selenium_java
摘要:等待 页面全加载 显示等待50秒 隐式等待 js 刷新 代理 Refer https://cloud.tencent.com/developer/article/1497428 阅读全文
posted @ 2019-08-13 16:11 liehen2046 阅读(341) 评论(0) 推荐(0)