org.openqa.selenium.webdriverexception:一个未知的服务器端错误。命令'/usr/bin/python'未找到

发布于 2025-01-19 19:31:20 字数 315 浏览 1 评论 0原文

在MacOS Monterey上运行iOS测试(Java,Web Driver,Appium)面临问题。 此版本具有Python3而不是Python2。存在USR/bin/python3,但是WebDriver正在寻找USR/bin/python。

org.openqa.selenium.webdriverexception:处理命令时发生了未知的服务器端错误。原始错误:找不到命令'/usr/bin/python'。它安装了吗?

我安装了Python2-无济于事。 有人知道如何解决或知道解决方法吗?

Appium移动WebDriver版本8.0.0的Java客户端

Facing issue with running iOS tests (Java, Webdriver, Appium) on macOS Monterey 12.3.
This version has Python3 instead of Python2. usr/bin/python3 is present, but WebDriver is looking for usr/bin/python.

org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Command '/usr/bin/python' not found. Is it installed?

I installed python2 -- didn't help.
Does anybody know how to fix it or know workarounds?

Java client for Appium Mobile Webdriver version 8.0.0

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文