We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944a4c0 commit 7e144bbCopy full SHA for 7e144bb
javascript/node/selenium-webdriver/firefox/index.js
@@ -394,7 +394,7 @@ const ExtensionCommand = {
394
/**
395
* Creates a command executor with support for Marionette's custom commands.
396
* @param {!Promise<string>} url The server's URL.
397
- * @param {!command.Executor} The new command executor.
+ * @return {!command.Executor} The new command executor.
398
*/
399
function createExecutor(url) {
400
return new command.DeferredExecutor(url.then(url => {
0 commit comments