坚持梦想,走自己的路,testhome 加油
#2 楼 @chenhengjie123 对的,就是类似于微信里内嵌了 QQ 浏览器内核的 webview
看能否考虑装个虚拟机
jenkins 本来就是支持的
#3 楼 @zqting124 你用模拟器试下,看能不能识别到
如果你用的是真机,可能是这个原因: For a real device you need to have "setWebContentsDebuggingEnabled" in the web view. Without it the web view is not exposed to automation tools
有没有遇到过这样的问题,找了很久,没查到原因,求赐教
"Player.exe has stopped working"
"Microsoft Visual c++ runtime Library
The application has requested the runtime to terminate it in an unusual way"
点赞,加油
加油!
这个问题,有人知道怎么解了吗
另外,如果想模拟滑动轨迹,如手势解锁,可以这样
final TouchAction gesture = new TouchAction(driver).press(startX, stratY)
.moveTo(startX, stratY + height)
.moveTo(startX, stratY + height + height)
.moveTo(startX + width, stratY + height + height).release();
gesture.perform();
driver.swipe(200, 900, 900, 900, 0) 这里最后一个参数设置为 0, 就不会先点击了
你在用这句话(driver.context("WEBVIEW");)的时候,先把当前的 context 都打印出来看一下
#2 楼 @strayeagle 你可以把登录操作进行封装,这样你的用例只需要调用一下就可以了
你可以进行用例组合
你用 uiautomatorviewer 看一下,如果能看到元素,就可以搜索到
#4 楼 @minminlee 其实签名不是主要问题,如果是测试第三方 apk,可以重签名下。主要是要搞跨进程测试,才转到 appium
有人知道吗
选 B,这样才能重点突出