我已经安装了appium和驱动程序,但我很挣扎

问题描述 投票:0回答:1

我已经安装了Appium。 UIautomator 2 驱动程序还添加了所有必需工具的依赖项,但我收到一个名为

的异常
Unable to create a new remote session. Please check the server log for more details. Original error: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 184 milliseconds

我也发布我的代码

Code

我正在尝试运行 Appium,但它已经不起作用了我已经安装了 android studio,我尝试了一切,但它没有发生第一次我正在尝试 StackOverflow 以获得支持

selenium-webdriver appium-android android-uiautomator
1个回答
0
投票

很难知道问题的确切原因,但您可以尝试以下操作。

  • 检查您的互联网是否正常工作
  • 检查Appium服务器端口
    • 如果您在物理设备上运行测试,则使用 4724
    • 如果是模拟器,请使用端口 4723
  • 尝试重新安装
    UI Automator
    驱动程序和
    Appium inspector

我遇到了类似类型的错误,并通过将 Appium 服务器端口从 4723 更改为 4724 来修复它。

© www.soinside.com 2019 - 2024. All rights reserved.