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