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 9e240b0 commit 5fbddf6Copy full SHA for 5fbddf6
1 file changed
java/src/org/openqa/selenium/remote/CapabilityType.java
@@ -66,11 +66,6 @@ public interface CapabilityType {
66
* @deprecated Non W3C compliant
67
*/
68
@Deprecated
69
- String HAS_TOUCHSCREEN = "hasTouchScreen";
70
- /**
71
- * @deprecated Non W3C compliant
72
- */
73
- @Deprecated
74
String OVERLAPPING_CHECK_DISABLED = "overlappingCheckDisabled";
75
76
/**
0 commit comments