Skip to content

Commit d9e5d28

Browse files
committed
[java] Removing deprecated SUPPORTS_ALERTS and SUPPORTS_SQL_DATABASE caps
1 parent 0394563 commit d9e5d28

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

java/src/org/openqa/selenium/remote/CapabilityType.java

-10
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ public interface CapabilityType {
4242
*/
4343
@Deprecated
4444
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-
@Deprecated
54-
String SUPPORTS_SQL_DATABASE = "databaseEnabled";
5545
/**
5646
* @deprecated Non W3C compliant
5747
*/

0 commit comments

Comments
 (0)