I want to run the server on the remote mac using AppiumService () of Python-Appium-Client.
It is possible to pass the IP address and port number through the Args parameter in the start() method, but it is not executed properly.
I don’t understand this at all. I think you are making a mistake somewhere, probably in the path. If you disagree that’s fine, I can’t personally look at the path and verify. It may be that I can’t help you.
This API is only supposed to work on the same machine where it is executed. If you want to control the server remotely then consider using something else, for example paramiko