iOS [iPhone] how to put active app in background and perform some action while app is in background

Hi,

sorry for bump on old thread, but it would be good for community to know that now it is possible to go to background in iOS:

driver.runAppInBackground(Duration.ofSeconds(-1));

After going to background, I can easily now go to settings and change whatever I need much more quickly than with my old “trick”

Was added in java-client in here: