Is there a way to close the connection without closing the application under control? Or do I need to “semi-manually” install the app, and open appium without an app id and then open it using touches? Or some other workaround? (Specifically MacOS and physical iPhone if that’s relevant.)
Thanks @mykola-mokhnach that shouldTerminateApp flag did it for me. Without someone explaining some of it to you, the documentation is just one huge page (wall) of text.
I have a github account, but I’m no longer a “coder”. I’ll have to write a better broken-down form of it that makes sense to me as a tester and play with it for a while. The Bookmarks in the docs at least work well. I wish we could collate more of the appium forum questions into a picture of where people have to go to reach certain goals. I might just do this once I’m confident I have grasped how it works better
Like today, today I am discovering the mobile extensions and how to call them, very java-centric, but easy enough to write your own python wrapper. Why nobody talks about a python wrapper/mixin for the “mobile: xxxx” extension is a bit strange.