Skip to content

Commit 604e59c

Browse files
committed
chore: mark tapWithShortPressDuration cap deprecated
1 parent 20e64ae commit 604e59c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/io/appium/java_client/remote/IOSMobileCapabilityType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ public interface IOSMobileCapabilityType extends CapabilityType {
170170
/**
171171
* The desired capability to specify a length for tapping, if the regular
172172
* tap is too long for the app under test. The XCUITest specific capability.
173+
*
174+
* @Deprecated This capability is not being used.
173175
*/
176+
@Deprecated
174177
String TAP_WITH_SHORT_PRESS_DURATION = "tapWithShortPressDuration";
175178

176179
/**

0 commit comments

Comments
 (0)