Open didental opened 3 months ago
I've installed python3-pip package from apt-get and installed python packages: Appium-Python-Client, argparse
> sudo apt-get install python3-pip
> pip3 install argparse Appium-Python-Client
This happens when you use Rancher Desktop.. It does not occur in a typical Docker environment.
Here is my python file
I tried to execute this file with the STF connected device.
And the appium log at the same time is here
I checked appium liveness by curl command with endpoint '/status', so just ignore about /status logs. By the way, why this appium server should be communicated with 'http://127.0.0.1:4723' instead of 'http://host.docker.internal:4723'?