We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NoSuchContextException
1 parent 3e19642 commit 8763f62Copy full SHA for 8763f62
java/src/org/openqa/selenium/NoSuchContextException.java
@@ -18,9 +18,9 @@
18
package org.openqa.selenium;
19
20
/**
21
- * Thrown by {@link org.openqa.selenium.ContextAware#context(String)}
22
- * WebDriver.switchTo().context(String name)}.
+ * Thrown by {@link org.openqa.selenium.ContextAware#context(String)}.
23
*/
+@Deprecated
24
public class NoSuchContextException extends NotFoundException {
25
26
public NoSuchContextException(String reason) {
0 commit comments