We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03fe23 commit ff20c98Copy full SHA for ff20c98
src/Appium.Net/Appium/Enums/MobileCapabilityType.cs
@@ -91,5 +91,11 @@ public sealed class MobileCapabilityType
91
/// On Android, this will also remove the app after the session is complete. Default false
92
/// </summary>
93
public static readonly string FullReset = "fullReset";
94
+
95
+ /// <summary>
96
+ /// App or list of apps (as a JSON array) to install prior to running tests. Note that it will not work with
97
+ /// automationName of Espresso and iOS real devices.
98
+ /// </summary>
99
+ public static readonly string OtherApps = "otherApps";
100
}
101
0 commit comments