Skip to content

Commit

Permalink
[java] Deprecate ContextAware interface (#13405)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Jan 7, 2024
1 parent f75ea68 commit a5be5b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/org/openqa/selenium/ContextAware.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Some implementations of WebDriver, notably those that support native testing, need the ability to
* switch between the native and web-based contexts. This can be achieved by using this interface.
*/
@Deprecated
public interface ContextAware {

/**
Expand Down

0 comments on commit a5be5b6

Please sign in to comment.