ChromeDPClient(remoteDebugUrl: String = "http://localhost:9222", httpClient: HttpClient = DEFAULT_HTTP_CLIENT, webSocketClient: WebSocketClient = DEFAULT_WEBSOCKET_CLIENT)
A Chrome Devtools Protocol client.
It provides access to the basic HTTP endpoints exposed by the Chrome browser, as well as web socket connections to the browser and its targets to make use of the full Chrome Devtools Protocol API.