Reputation: 1152
I am trying to do automation testing using Appium desktop for my iOS app. I have generated an ipa of my application.
Appium Desktop software contains 2 sections for every app. You have to defined some key value pairs in desired capabilities section like platformName, platformVersion etc...
I have set these key value pairs in desired capabilities section. But I want to saved some key value pairs which are common in "Saved Capability Sets". But I am not able to do that because this section is disable. I don't know how to enable it.
Any help is most welcome!!!
Upvotes: 1
Views: 2346
Reputation: 112
After entering all the values click on Save As button which is in bottom right corner just beside start session button.
Give a name while saving. After saving you can find that in saved capability. It will get enabled after saving at least once.
Upvotes: 1