Skip to content

Commit

Permalink
[java] Remove deprecated "takesScreenshot" JWP capability
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 26, 2023
1 parent b643cf7 commit 41bbc5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions java/src/org/openqa/selenium/remote/CapabilityType.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ public interface CapabilityType {
* @deprecated Non W3C compliant
*/
@Deprecated
String TAKES_SCREENSHOT = "takesScreenshot";
/**
* @deprecated Non W3C compliant
*/
@Deprecated
String SUPPORTS_WEB_STORAGE = "webStorageEnabled";
/**
* @deprecated Use {@link CapabilityType#UNHANDLED_PROMPT_BEHAVIOUR}
Expand Down

0 comments on commit 41bbc5f

Please sign in to comment.