This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

Hi,

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

Regards,
Praga

  • created

    Feb '18
  • last reply

    Aug '18
  • 1

    reply

  • 579

    views

  • 2

    users

6 months later

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);