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 b643cf7 commit 41bbc5fCopy full SHA for 41bbc5f
1 file changed
java/src/org/openqa/selenium/remote/CapabilityType.java
@@ -31,11 +31,6 @@ public interface CapabilityType {
31
* @deprecated Non W3C compliant
32
*/
33
@Deprecated
34
- String TAKES_SCREENSHOT = "takesScreenshot";
35
- /**
36
- * @deprecated Non W3C compliant
37
- */
38
- @Deprecated
39
String SUPPORTS_WEB_STORAGE = "webStorageEnabled";
40
/**
41
* @deprecated Use {@link CapabilityType#UNHANDLED_PROMPT_BEHAVIOUR}
0 commit comments