上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 96 下一页
摘要: import timefrom appium import webdriverdesired_caps = {}desired_caps['platformName'] = 'Android' # android的apk还是IOS的ipadesired_caps['platformVersion'] 阅读全文
posted @ 2020-02-25 23:52 干it的小张 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 这里收录在移动端测试中常见的错误及解决办法。 PS:由于环境问题,可能无法解决你的问题....... adb相关 adb server version (31) doesn't match this client (36); killing... 在使用adb devices时,可能会出现: adb 阅读全文
posted @ 2020-02-25 19:01 干it的小张 阅读(278) 评论(0) 推荐(0) 编辑
摘要: About Appium-Python-Client-API 来看看appium-python-client库都有哪些常用的api可用。 contexts Lib\site-packages\appium\webdriver\extensions\context.py @property def c 阅读全文
posted @ 2020-02-25 18:50 干it的小张 阅读(404) 评论(0) 推荐(0) 编辑
摘要: Selenium 在被使用的时候有个麻烦事,就是环境的相关配置,得安装好相关浏览器,比如 Chrome、Firefox 等等,然后还要到官方网站去下载对应的驱动,最重要的还需要安装对应的 Python Selenium 库,确实是不是很方便,另外如果要做大规模部署的话,环境配置的一些问题也是个头疼的 阅读全文
posted @ 2020-02-22 21:09 干it的小张 阅读(408) 评论(0) 推荐(0) 编辑
摘要: - 分析:- 1.改变页面中的查询条件,然后点击查询按钮,通过抓包工具捕获相关的数据包,最终定位到了想要的空气质量数据对应的数据包- 2.该数据包中发现:post请求携带了一个动态变化且加密的请求参数d,并且请求到的数据也是一组密文数据。- 3.发现点击了查询按钮后发起了一个ajax请求,该请求帮我 阅读全文
posted @ 2020-02-22 19:02 干it的小张 阅读(422) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 96 下一页