Skip to content

Commit ff20c98

Browse files
authored
feat: otherApps enum missing from appium-dotnet-driver implementation (#445) (#446)
1 parent b03fe23 commit ff20c98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Appium.Net/Appium/Enums/MobileCapabilityType.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,11 @@ public sealed class MobileCapabilityType
9191
/// On Android, this will also remove the app after the session is complete. Default false
9292
/// </summary>
9393
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";
94100
}
95101
}

0 commit comments

Comments
 (0)