Deep link opening the Siri app on real iOS devices

This is a known issue from Apple. 

The issue has been discussed under multiple threads –

To overcome this, if you want to open a URL while testing, you can follow the below steps:

1. Launch the Safari browser

2. Navigate to the address bar

3. Enter the URL and press enter.

You can refer to the below code(in Java) for the same:

driver.activateApp(“com.apple.mobilesafari”);

Thread.sleep(2000);

driver.findElementByName(“TabBarItemTitle”).click();

Thread.sleep(3000);

driver.findElementByName(“URL”).sendKeys(“<url>”);

Thread.sleep(3000);

driver.findElementByAccessibilityId(“Go”).click();

Thread.sleep(5000);

Trusted by 50,000+ global customers

Thank you

You will be hearing from us soon!

Request received!

We will respond back shortly to

In the meantime, here are some resources that might interest you:

personal_video
Live events with industry experts
CheckBox Icon
Success stories from our customers
Article logo
Calculating test automation ROI