selenium
flower_drop
Talk is cheap. Show me the code.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Jenkins执行selenium报错unknown error: cannot find Chrome binary 解决方法
在本地执行selenium时,用例正常执行 上传到Jenkins时,构建,控制台输出报错 selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary 如图所示 这个错误是说明,在Jenkins上执行用例时,没找到浏览器所以在我们代码中添加(浏览器的绝...原创 2018-07-20 11:31:46 · 24429 阅读 · 2 评论 -
selenium自动化中随机点击列表控件
自动化测试中需要随机点击一列中的某一个控件 driver.find_element_by_css_selector("#section-selfchoice > div.group-left > ul > li:nth-child(2) > span").click() 根据需求,现在需要把 driver.find_element_by_css_selector(...原创 2018-07-20 15:32:59 · 4087 阅读 · 3 评论
分享