- 博客(5)
- 收藏
- 关注
转载 App Crawler
Google官方出了一款App遍历工具App Crawler。文档:https://developer.android.google.cn/training/testing/crawlerApp Crawler工具是Android Jetpack的一部分,它可自动的运行你的App,不需要编写或维护任何代码。通过App Crawler运行App,自动的执行动作(点击、拖动等)遍历你的App。当...
2020-03-21 01:15:47
1146
原创 不同浏览器驱动下载地址
geckodriver(Firefox):https://github.com/mozilla/geckodriver/releasesChromedriver(Chrome):https://sites.google.com/a/chromium.org/chromedriver/homeIEDriverServer(IE):http://selenium-release.storage.g...
2020-03-21 00:56:03
285
转载 Web UI 自动化测试框架 seldom
基于 selenium 和 unittest 的 Web UI自动化测试框架。特点提供更加简单API编写自动化测试。提供脚手架,快速生成自动化测试项目。自动生成HTML测试报告生成。自带断言方法,断言title、URL 和 text。支持用例参数化。支持用例失败重跑。用例失败/错误截图。安装pip install seldom创建项目:seldom --...
2020-03-21 00:50:33
2772
转载 【selenium】鼠标操作
与鼠标操作相关的方法都封装在ActionChains类中。使用前,需调用ActionChains。from selenium.webdriver import ActionChains(1)perform():执行ActiobChains类中存储的所有行为(2)context_click():右击(3)double_click():双击(4)drag_and_drop():拖动(5...
2020-03-21 00:19:41
156
原创 【selenium】元素定位
定位方式代码id定位find_element_by_id()class定位find_element_by_class()name定位find_element_by_name()tag定位find_element_by_tag()link_text定位find_element_by_link_text()partial_link_text定...
2020-03-21 00:13:36
126
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人