Mobile safari testing in real iOS device?

@wreed @pr4bh4sh @Priyank_Shah @W_Pepe My requirement is mobile Web safari testing in real devices.

Anyone have the idea or steps to start mobile safari testing in real devices?

Please share your knowledge and it would be helpful for me.

Thanks,
Sanoj

Hello,
Use Appium server capabilities:
browserName - Name of mobile web browser to automate. Should be an empty string if automating an app instead. ‘Safari’ for iOS and ‘Chrome’, ‘Chromium’, or ‘Browser’ for Android

More info you can find by this link