Appium 使用android_uiautomator定位元素时报错: The requested resource could not be found, or a request was rec

Posted wangju003

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Appium 使用android_uiautomator定位元素时报错: The requested resource could not be found, or a request was rec相关的知识,希望对你有一定的参考价值。

使用 android_uiautomator 定位元素时(现在用的还不太熟,对于这个方法还需要加深了解)报错:

报错信息:The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource

 

因为用的不熟,所以也是上网查了好多方法,最后检查代码的时候发现,原来是拼写错误

我将new UiSelector()写成了newUiSelector(),中间少了一个空格

driver.find_element_by_android_uiautomator(\'newUiSelector().text("账号登录")\').click()

改正后:
driver.find_element_by_android_uiautomator(\'new UiSelector().text("账号登录")\').click()

纠正代码后,就可以正常执行代码了。




以上是关于Appium 使用android_uiautomator定位元素时报错: The requested resource could not be found, or a request was rec的主要内容,如果未能解决你的问题,请参考以下文章

Python爬虫编程思想(128):使用Appium抓取移动数据--启动Appium服务

appium简介

Python爬虫编程思想(127):使用Appium抓取移动数据--安装和配置Appium

Appium 学习三:Appium-Desktop 填坑

Python爬虫编程思想(127):使用Appium抓取移动数据--安装和配置Appium

appium(四) 操作介绍