iOS device Chrome browser automation

Hi,

Is there any feature that allow to run chrome browser on iOS Device using appium

Regards,
Praga

you can try to set Capabilities with Chrome instead of Safari:

capabilities.setCapability(MobileCapabilityType.BROWSER_NAME, "Chrome");`

or you can try this another way:

cap.setCapability(MobileCapabilityType.BROWSER_NAME,MobileBrowserType.CHROME);