Package 

Class ChromeDPClientKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static ChromeBrowserSession chromeWebSocket(HttpClient $self, String webSocketDebuggerUrl) Connects to the Chrome debugger at the given webSocketDebuggerUrl.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.