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

Hello,

I’m trying to send processArguments using caps by adding :
processArguments: {“AppUnderTest”: true}

On the iOS app side I don’t get the arguments using:
if ProcessInfo.processInfo.arguments.contains(“AppUnderTest”) {
//do things
}

Any ideas why it doesn’t work?
I’m using Appium 1.7.1 (with Ruby lib), Xcode 9, iOS 11

Thank you for your help

  • created

    Oct '17
  • last reply

    Apr '18
  • 1

    reply

  • 369

    views

  • 2

    users

6 months later