Package org.openqa.selenium.remote
Class HttpSessionId
java.lang.Object
org.openqa.selenium.remote.HttpSessionId
-
Method Summary
-
Method Details
-
getSessionId
Scanuri
for a session ID. This is identified by scanning for "{code /session/}" and then extracting the next fragment of the URL. This means that both "/session/foo
" and "/wd/hub/session/foo/bar
" would both identify the session id as being "foo".
-