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 0394563 commit d9e5d28Copy full SHA for d9e5d28
1 file changed
java/src/org/openqa/selenium/remote/CapabilityType.java
@@ -42,16 +42,6 @@ public interface CapabilityType {
42
*/
43
@Deprecated
44
String VERSION = "version";
45
- /**
46
- * @deprecated Use {@link CapabilityType#UNHANDLED_PROMPT_BEHAVIOUR}
47
- */
48
- @Deprecated
49
- String SUPPORTS_ALERTS = "handlesAlerts";
50
51
- * @deprecated Non W3C compliant
52
53
54
- String SUPPORTS_SQL_DATABASE = "databaseEnabled";
55
/**
56
* @deprecated Non W3C compliant
57
0 commit comments