File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/commonMain/kotlin/org/hildan/chrome/devtools/protocol Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,7 @@ data class ChromeDPTarget(
232
232
* If you only have the debugger's HTTP URL at hand (e.g. `http://localhost:9222`), create a [ChromeDPClient] instead,
233
233
* and then connect to the web socket using [ChromeDPClient.webSocket].
234
234
*
235
- * This [HttpClient] must have the [WebSockets] plugin installed, as well as the [ContentNegotiation] plugin
236
- * with Kotlinx Serialization JSON.
235
+ * This [HttpClient] must have the [WebSockets] plugin installed.
237
236
*
238
237
* The returned [BrowserSession] only provides a limited subset of the possible operations, because it is
239
238
* attached to the default *browser* target, not a *page* target.
You can’t perform that action at this time.
0 commit comments