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

Hi Guys,
I am new to iOS Appium.
How Can I lunch Phone dial pad in the iOS Phone.
It is fairly streight forward in android (capabilities.setCapability(“appPackage”, “com.android.dialer”)).

Thanks for your help

  • created

    Feb '19
  • last reply

    Feb '19
  • 1

    reply

  • 105

    views

  • 1

    user

  • 1

    link

I found one solution maybe helps someone else from hours of searching

iOS uses boundleId instead of appPackage

      cp.setCapability("bundleId", "com.apple.mobilephone");

full list at apple-bundle-identifiers1