-
- All Implemented Interfaces:
public final class ChromeDPClientKt
-
-
Method Summary
Modifier and Type Method Description final static ChromeBrowserSessionchromeWebSocket(HttpClient $self, String webSocketDebuggerUrl)Connects to the Chrome debugger at the given webSocketDebuggerUrl. -
-
Method Detail
-
chromeWebSocket
final static ChromeBrowserSession chromeWebSocket(HttpClient $self, String webSocketDebuggerUrl)
Connects to the Chrome debugger at the given webSocketDebuggerUrl.
The returned ChromeBrowserSession only provides a limited subset of the possible operations, because it is attached to the default browser target, not a page target. To attach to a specific target using the same underlying web socket connection, call ChromeBrowserSession.attachToPage or ChromeBrowserSession.attachToNewPage.
-
-
-
-