使用 codeceptJS 在 appium 中单击 Element 不起作用
Posted
技术标签:
【中文标题】使用 codeceptJS 在 appium 中单击 Element 不起作用【英文标题】:Click on Element is not working in appium using codeceptJS 【发布时间】:2021-10-19 08:38:50 【问题描述】:我在使用 Appium 和 CodeceptJS 自动单击虚拟 Tab android 系统中的元素时遇到问题。当我运行测试时,我得到了这个错误:
ERROR webdriver: Request failed with status 404 due to unknown command: 找不到请求的资源,或者使用 HTTP 方法接收到请求 映射资源不支持的od
这是我的代码:
I.click('#com.android.packageinstaller:id/permission_allow_button');
有什么想法吗??
【问题讨论】:
【参考方案1】:您能否仔细检查一下您正在使用哪个助手。如果您使用的是 Webdriver 助手,那么您可能会遇到上述错误。确保您使用的是 Appium 助手,并且仅与它的功能一起使用。
【讨论】:
这并没有提供问题的答案。一旦你有足够的reputation,你就可以comment on any post;相反,provide answers that don't require clarification from the asker。 - From Review以上是关于使用 codeceptJS 在 appium 中单击 Element 不起作用的主要内容,如果未能解决你的问题,请参考以下文章
使用 WebDriver 在 codeceptJS 中按类获取元素
使用 CodeceptJS/WebdriverIO 并行执行浏览器
如何使用 CodeceptJS 在 GitLab CI 中实现自动测试阶段?