Skip to content

Commit

Permalink
[java] Removing deprecated HAS_TOUCHSCREEN cap
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Dec 7, 2022
1 parent 9e240b0 commit 5fbddf6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions java/src/org/openqa/selenium/remote/CapabilityType.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ public interface CapabilityType {
* @deprecated Non W3C compliant
*/
@Deprecated
String HAS_TOUCHSCREEN = "hasTouchScreen";
/**
* @deprecated Non W3C compliant
*/
@Deprecated
String OVERLAPPING_CHECK_DISABLED = "overlappingCheckDisabled";

/**
Expand Down

0 comments on commit 5fbddf6

Please sign in to comment.