Relative Content

Tag Archive for python-3.xmacosappiumpyinstallerpython-appium

Appium is used in macOS apps built with python. Appium cannot be awakened by clicking on the app icon

I’m automating with Appium, a script I wrote in Python, and then packaged in Pyinstaller as an app on macOS. Clicking on the app icon brings up the pyqt interface I wrote. However, no automation was possible, and a look at Appium’s port revealed that Appium was not started. I’ve hard-coded the path to My Appium in my script, but clicking the icon still won’t start it. I tried to run the app’s executable on the terminal, but Appium worked fine. May I ask why