Skip to content

Commit 8763f62

Browse files
valfirstdiemol
andauthored
[java] Deprecate NoSuchContextException (#13425)
Co-authored-by: Diego Molina <[email protected]>
1 parent 3e19642 commit 8763f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/src/org/openqa/selenium/NoSuchContextException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
package org.openqa.selenium;
1919

2020
/**
21-
* Thrown by {@link org.openqa.selenium.ContextAware#context(String)}
22-
* WebDriver.switchTo().context(String name)}.
21+
* Thrown by {@link org.openqa.selenium.ContextAware#context(String)}.
2322
*/
23+
@Deprecated
2424
public class NoSuchContextException extends NotFoundException {
2525

2626
public NoSuchContextException(String reason) {

0 commit comments

Comments
 (0)