File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -725,11 +725,11 @@ class Driver extends webdriver.WebDriver {
725725 }
726726
727727 /**
728- * ends an arbitrary devtools command to the browser and get the result.
728+ * Sends an arbitrary devtools command to the browser and get the result.
729729 *
730730 * @param {string } cmd The name of the command to send.
731731 * @param {Object= } params The command parameters.
732- * @return {!Promise<void > } A promise that will be resolved when the command
732+ * @return {!Promise<string > } A promise that will be resolved when the command
733733 * has finished.
734734 * @see <https://chromedevtools.github.io/devtools-protocol/>
735735 */
You can’t perform that action at this time.
0 commit comments