-
public final class ChromeBrowserSession extends AbstractTargetSession
A browser session, usually created when initially connecting to the browser's debugger.
-
-
Method Summary
Modifier and Type Method Description final Unitclose()Closes this session and the underlying web socket connection. -
Methods inherited from class org.hildan.chrome.devtools.targets.ChromeBrowserSession
closeWebSocket, unsafe -
Methods inherited from class org.hildan.chrome.devtools.targets.AbstractTargetSession
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-