会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
测试行业中的小虾米
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
上一页
1
2
2017年6月28日
解决 XCUITest iproxy exited with code 208
摘要: 命令行执行 ps ax|grep i "iproxy"|grep v grep|awk '{print "kill 9 " $1}'|sh
阅读全文
posted @ 2017-06-28 10:43 testgb
阅读(333)
评论(0)
推荐(0)
编辑
2017年6月13日
查看手机chromedriver 版本
摘要: adb shell pm list packages | grep com.google.android.webview com.google.android.webview | grep versionName
阅读全文
posted @ 2017-06-13 19:50 testgb
阅读(881)
评论(0)
推荐(0)
编辑
2017年6月1日
iOS 解决 XCUIElementTypePickerWheel 日期类控件
摘要: List wheels = driver.findElements(MobileBy.className("XCUIElementTypePickerWheel")) Point p1=wheels.get(0).getLocation() Dimension d1 = wheels.get(0).
阅读全文
posted @ 2017-06-01 16:10 testgb
阅读(399)
评论(0)
推荐(0)
编辑
2017年5月5日
mac 查看iOS手机 控件
摘要: 前提 :要先在真机上编译wda 并重签名wda 可以用WebDriverAgent提供的inspector 使用方法: 1.打开一个终端执行xcodebuild USE_PORT=8901 test project /usr/local/lib/node_modules/WebDriverAgent
阅读全文
posted @ 2017-05-05 11:23 testgb
阅读(264)
评论(0)
推荐(0)
编辑
Mac Xcode版本切换
摘要: 在shell中输入: xcode select p 显示 /Applications/Xcode.app/Contents/Developer 代表完成安装 二、切换Xcode版本 在shell中, 输入(后面的路径为已安装的且要切换到得Xcode路径): sudo xcode select s /
阅读全文
posted @ 2017-05-05 10:45 testgb
阅读(391)
评论(0)
推荐(0)
编辑
2017年5月3日
解决 升级xcode8 后 连接手机出现Could not connect to lockdownd. Exiting.
摘要: 升级xcode8后,ideviceinstaller命令运行报错: Could not connect to lockdownd. Exiting. 解决方法: sudo chmod R 777 /var/db/lockdown/ 或者一次性解决问题: brew uninstall idevicei
阅读全文
posted @ 2017-05-03 19:09 testgb
阅读(774)
评论(0)
推荐(0)
编辑
2017年4月27日
在mac 上连接小米5 adb devices 不显示设备信息
摘要: 手机拨号页面输入 717717 自动就开启了 出现 Diag USB port enable, 之后再我的手机页面MIUI版本页面连续点击4次进入开发者模式 在进入更多设置里,开发者选项处打开USB 调试
阅读全文
posted @ 2017-04-27 15:15 testgb
阅读(943)
评论(0)
推荐(0)
编辑
上一页
1
2
公告