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.
1 parent 42beb5e commit 6aba717Copy full SHA for 6aba717
java/client/src/org/openqa/selenium/NoSuchSessionException.java
@@ -20,7 +20,7 @@
20
/**
21
* Thrown by any command being called after {@link WebDriver#quit() WebDriver.quit()}.
22
*/
23
-public class NoSuchSessionException extends NotFoundException {
+public class NoSuchSessionException extends WebDriverException {
24
25
public NoSuchSessionException() {
26
}
0 commit comments