Skip to content

Commit

Permalink
[java] Removing deprecated SUPPORTS_ALERTS and SUPPORTS_SQL_DATABASE …
Browse files Browse the repository at this point in the history
…caps
  • Loading branch information
diemol committed Dec 7, 2022
1 parent 0394563 commit d9e5d28
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions java/src/org/openqa/selenium/remote/CapabilityType.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@ public interface CapabilityType {
*/
@Deprecated
String VERSION = "version";
/**
* @deprecated Use {@link CapabilityType#UNHANDLED_PROMPT_BEHAVIOUR}
*/
@Deprecated
String SUPPORTS_ALERTS = "handlesAlerts";
/**
* @deprecated Non W3C compliant
*/
@Deprecated
String SUPPORTS_SQL_DATABASE = "databaseEnabled";
/**
* @deprecated Non W3C compliant
*/
Expand Down

0 comments on commit d9e5d28

Please sign in to comment.