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 940d4f8 commit a501e6aCopy full SHA for a501e6a
javascript/node/selenium-webdriver/chromium.js
@@ -725,11 +725,11 @@ class Driver extends webdriver.WebDriver {
725
}
726
727
/**
728
- * ends an arbitrary devtools command to the browser and get the result.
+ * Sends an arbitrary devtools command to the browser and get the result.
729
*
730
* @param {string} cmd The name of the command to send.
731
* @param {Object=} params The command parameters.
732
- * @return {!Promise<void>} A promise that will be resolved when the command
+ * @return {!Promise<string>} A promise that will be resolved when the command
733
* has finished.
734
* @see <https://chromedevtools.github.io/devtools-protocol/>
735
*/
0 commit comments