Is there a way to launch the test in chrome browser in iOS Real Device?

Is there a way to launch the test in chrome browser in iOS Real Device?

Hello Richard. hall,

As of now, there is a workaround to do that.

You can launch the already installed chrome app as an application in your test and perform the action as you perform in your native app automation. You need to use the below capability to launch the already installed chrome app on an iOS device.

capabilities.setCapability("app", "stock");
capabilities.setCapability("bundleId", "com.google.chrome.ios");