iOS - Open URL/Safari app after backing home

Hi Everyone.

For testing the deep link with the simulator, I need to open the Safari app. So now I use the function runAppInBackground to back home of the simulator.

Then I want to open an URL with Safari, but the driver.get("http://www.google.com) doesn’t work. I tried to tap on the safari button in the home, but still doesn’t work :frowning:

When I check the getContextHandles, I only have [NATIVE_APP]

Any idea ? :scream_cat: