Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ public interface IOSMobileCapabilityType extends CapabilityType {
/**
* The desired capability to specify a length for tapping, if the regular
* tap is too long for the app under test. The XCUITest specific capability.
*
* @deprecated This capability is not being used.
*/
@Deprecated
String TAP_WITH_SHORT_PRESS_DURATION = "tapWithShortPressDuration";

/**
Expand Down