上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页
摘要: 具体API可参考:《uiautomator2》以及参考github官方文档 感谢:Ricky_Frog 《Python+uiautomator2手机UI自动化测试实战 -- 2. 用法介绍》 学习API: 《uiautomator2》 对应如图所示: 1、 定位元素: ①ResourceId定位 : 阅读全文
posted @ 2018-08-31 15:29 Owen_ET 阅读(1367) 评论(0) 推荐(0)
摘要: Ubuntu系统下安装uiautomator2步骤: 1、安装命令: 但是报错: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-fd8i2dr1/uiautomator2/ 后经大神提示 阅读全文
posted @ 2018-08-31 09:32 Owen_ET 阅读(2302) 评论(0) 推荐(0)
摘要: # encoding=utf-8 from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains browser = webdriver.Chrome('E:\\chromedriver.exe') browser.maximize_window() browser... 阅读全文
posted @ 2018-08-30 15:25 Owen_ET 阅读(2202) 评论(0) 推荐(0)
摘要: 参考文章:《python3.6 :NameError: name 'unicode' is not defined》 阅读全文
posted @ 2018-08-30 14:43 Owen_ET 阅读(834) 评论(0) 推荐(0)
摘要: 参考文章: 《Python+Selenium笔记(九):操作警告和弹出框》 阅读全文
posted @ 2018-08-30 11:41 Owen_ET 阅读(302) 评论(0) 推荐(0)
摘要: 上代码: # coding:utf-8 from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains from selenium.webdriver.support.se 阅读全文
posted @ 2018-08-30 11:39 Owen_ET 阅读(446) 评论(0) 推荐(0)
摘要: 问题1: <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'> Time Elapsed: 0:00:04.464552 有时经常瞬间就运行完了程序,但实际上一个case都没执行,经过反复实验得知,是pattern原因 disco 阅读全文
posted @ 2018-08-30 09:31 Owen_ET 阅读(791) 评论(0) 推荐(0)
摘要: ubuntu移动文件到另一个文件夹命令: ①、先CD到要转移文件的目录: cd /home/yangxin/download ②、移动文件到指定目录 sudo mv aaa /home/development 也可以同时移动多个文件到指定目录,文件之间用空格分开。 下载Linux服务器文件到Mac: 阅读全文
posted @ 2018-08-22 14:48 Owen_ET 阅读(809) 评论(0) 推荐(0)
摘要: github学习地址:https://github.com/openatx/uiautomator2 <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'> 个人总结的ATX学习资料文章: 1、Ubuntu系统: 《【Ubuntu安 阅读全文
posted @ 2018-08-21 14:35 Owen_ET 阅读(1025) 评论(0) 推荐(0)
摘要: Ubuntu操作基本快捷键* 打开主菜单 = Alt + F1* 运行 = Alt + F2* 显示桌面 = Ctrl + Alt + d* 最小化当前窗口 = Alt + F9* 最大化当前窗口 = Alt + F10* 关闭当前窗口 = Alt + F4* 截取全屏 = Print Screen 阅读全文
posted @ 2018-08-21 13:39 Owen_ET 阅读(3986) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页