滑动 Posted on 2018-10-14 | Edited on 2018-10-23 | In 学习笔记 | Comments: | Views: Symbols count in article: 663 | Reading time ≈ 1 mins.swipe 滑动语法driver.swipe(x1, y1, x2, y2, 1000)由坐标(x1,y1)滑动到坐标(x2,y2)处,持续时间1秒 Read more »
H5定位方法 Posted on 2018-10-14 | Edited on 2018-10-23 | In 学习笔记 | Comments: | Views: Symbols count in article: 1.9k | Reading time ≈ 3 mins.APP内嵌H5定位方法方法:定位app内元素时用appium定位方法定位,定位H5页面元素时用selenium定位方法定位.他们之间的切换用contexts切换 Read more »
Linux计划任务_crontab Posted on 2018-10-13 | Edited on 2018-10-17 | In Linux | Comments: | Views: Symbols count in article: 468 | Reading time ≈ 1 mins.crontab常用命令创建计划任务crontab -e Read more »
测试学习笔记 Posted on 2018-10-12 | Edited on 2018-10-17 | In 学习笔记 | Comments: | Views: Symbols count in article: 1.7k | Reading time ≈ 3 mins.ADB截图adb shell screencap /sdcard/wangdoujia.png Read more »
架设简单的服务器 Posted on 2018-10-12 | Edited on 2018-10-17 | In Linux | Comments: | Views: Symbols count in article: 479 | Reading time ≈ 1 mins.在虚拟机中的Centos 7上架设搭建简单的网站1. 安装Apache服务1yum install -y httpd Read more »