Skip to content

Commit a5be5b6

Browse files
authored
[java] Deprecate ContextAware interface (#13405)
1 parent f75ea68 commit a5be5b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/org/openqa/selenium/ContextAware.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Some implementations of WebDriver, notably those that support native testing, need the ability to
2424
* switch between the native and web-based contexts. This can be achieved by using this interface.
2525
*/
26+
@Deprecated
2627
public interface ContextAware {
2728

2829
/**

0 commit comments

Comments
 (0)