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