I need to work on below scenario : For ios
- Launch my application using appium
- There is one link in my application
- After clicking on that link it opens safari browser
- I need to verify that same link gets open in safari browser
- I am able to switch in android but how to do this in ios
Thanks in Advance!!