codeskyblue

Results 733 comments of codeskyblue

这两三个小时都在做什么? Sent with GitHawk

你每次测试跑下那个 healthcheck 函数试试,据官方说,是可以做一些清理之类的。或许有用

没看到这等api

我看错误是:'stale element reference' 不是每次都出来吧

我这边暂时复现不了,不过做了一下重试处理。版本1.2.2 pip3 install -U facebook-wda 升级一下就可以。 https://github.com/openatx/facebook-wda/commit/252ab24e6c74c91cb57c2b7f5891514268560229

这个是因为公司内部的一个wda在用,外部目前的wda没有这个接口。用的是 EventGenerator.h 不过现在的xcode好像用不了了

@dmdada 要不要试试新写的一个库(虽然还在开发中,但是部分功能能用了)。尤其是滑动和点击速度很快 https://github.com/openatx/wdapy 这个库基于的一个其他人修改的fork版: https://github.com/codeskyblue/WebDriverAgent ```python import wdapy c = wdapy.NanoscopicClient() c.swipe(x1, y1, x2, y2) ```