org.openqa.selenium.WebDriverException: An unknown server-side error. Command '/usr/bin/python' not found

729 views Asked by At

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

0

There are 0 answers