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 20e64ae commit 99804d0Copy full SHA for 99804d0
src/main/java/io/appium/java_client/remote/IOSMobileCapabilityType.java
@@ -170,7 +170,10 @@ public interface IOSMobileCapabilityType extends CapabilityType {
170
/**
171
* The desired capability to specify a length for tapping, if the regular
172
* tap is too long for the app under test. The XCUITest specific capability.
173
+ *
174
+ * @deprecated This capability is not being used.
175
*/
176
+ @Deprecated
177
String TAP_WITH_SHORT_PRESS_DURATION = "tapWithShortPressDuration";
178
179
0 commit comments