我们写的是一样的代码啊。
报错信息如下:
Traceback (most recent call last):
File "F:/python����/seleniumDemo1/AndroidTest/testC.py", line 55, in
driver.back() # 点返回
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 797, in back
self.execute(Command.GO_BACK)
File "C:\Python27\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 312, in execute
self.error_handler.check_response(response)
File "C:\Python27\lib\site-packages\appium\webdriver\errorhandler.py", line 29, in check_response
raise wde
selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: Error: read ECONNRESET
Process finished with exit code 1
你这个 toast 能抓到吗?我的环境跟你一样,但是获取 toast 不成功。我也不知道是什么原因,能告诉我你大概还装过哪些东西吗?
现在换成了 1.6.3 的。还是不行。
运行到 driver.back() 这句就报错。
请问,我安装好了。uiautomator2。再去执行 python -m uiautomator2 init 这条语句报以下错误是什么原因:
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='github-production
-release-asset-2e65be.s3.amazonaws.com', port=443): Max retries exceeded with ur
l: /53296967/aaffc180-23bf-11e8-8860-55319ef04337?X-Amz-Algorithm=AWS4-HMAC-SHA2
56&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180420%2Fus-east-1%2Fs3%2Faws4_requ
est&X-Amz-Date=20180420T064358Z&X-Amz-Expires=300&X-Amz-Signature=302e0be75f8b2c
40cc3da27d748ee8636659a1c532038d5e82925f3ac9e2a655&X-Amz-SignedHeaders=host&acto
r_id=0&response-content-disposition=attachment%3B%20filename%3Dapp-uiautomator.a
pk&response-content-type=application%2Fvnd.android.package-archive (Caused by Ne
wConnectionError('
0003F1E5F8>: Failed to establish a new connection: [Errno 10060] ',))
这个问题我也遇到了,你这边找到解决办法了没有。求分享。。。。
这个好像只支持 appium1.5 以上的,我的是 1.4.16 的。试了很久。谢谢了。
也要判断返回的提示语对不对。
如果是判断不能登录,是根据什么来判断?