We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7278f4 commit 3530209Copy full SHA for 3530209
src/commonMain/kotlin/org/hildan/chrome/devtools/ChromeDP.kt
@@ -90,7 +90,7 @@ object ChromeDP {
90
91
/**
92
* Creates a client that uses Chrome's [JSON HTTP endpoints](https://chromedevtools.github.io/devtools-protocol/#endpoints)
93
- * to query metadata about the browser or the protocol, and to list, create and close target (e.g. tabs).
+ * to query metadata about the browser or the protocol, and to list, create and close targets (e.g. tabs).
94
*
95
* Avoid using the returned [ChromeDPHttpApi] to manage targets (list/open/close tabs).
96
* Not all headless browsers support these endpoints, and they are superseded by the web socket API.
0 commit comments