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 a9ca629 commit 9779f0bCopy full SHA for 9779f0b
java/client/src/org/openqa/selenium/remote/HttpCommandExecutor.java
@@ -273,7 +273,7 @@ public Response execute(Command command) throws IOException {
273
}
274
if (!GET_ALL_SESSIONS.equals(command.getName())
275
&& !NEW_SESSION.equals(command.getName())) {
276
- throw new SessionNotFoundException("Session ID is null");
+ throw new SessionNotFoundException("Session ID is null. Using WebDriver after calling quit()?");
277
278
279
0 commit comments