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 5a899f9 commit 50e2318Copy full SHA for 50e2318
src/main/java/io/appium/java_client/remote/MobileCapabilityType.java
@@ -134,4 +134,16 @@ public interface MobileCapabilityType extends CapabilityType {
134
* or Safari's (on iOS) performance logging (default {@code false}).
135
*/
136
String ENABLE_PERFORMANCE_LOGGING = "enablePerformanceLogging";
137
+
138
139
+ /**
140
+ * App or list of apps (as a JSON array) to install prior to running tests. Note that it will not work with
141
+ * automationName of Espresso and iOS real devices.
142
+ */
143
+ String OTHER_APPS = "otherApps";
144
145
146
+ * When a find operation fails, print the current page source. Defaults to false.
147
148
+ String PRINT_PAGE_SOURCE_ON_FIND_FAILURE = "printPageSourceOnFindFailure";
149
}
0 commit comments