-
public final class ChromeDPClientKt
-
-
Method Summary
Modifier and Type Method Description final ChromeBrowserSessionconnectToChrome(WebSocketClient $self, String webSocketDebuggerUrl)Connects to the Chrome debugger at the given webSocketDebuggerUrl. -
-
Method Detail
-
connectToChrome
final ChromeBrowserSession connectToChrome(WebSocketClient $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.
-
-
-
-