Open Deeplink in iOS Programmatically, For Test Automation say

The first thing I noticed about opening deep links in my product documentation was to use an ADB command to open the deeplink and for iOS open a Safari instance on your Device/ emulator and type in the deeplink in the address and press Enter.
As a career-long test automation enthusiast, My thoughts were — Now I need to open two instances of Appium, one for…