Skip to content

Commit

Permalink
chore: Clean up parameter docs for parameter that was removed long ago (
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored Aug 16, 2023
1 parent ae357e8 commit edb2cdf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion chrome.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class ChromeWebDriverInstaller extends WebDriverInstallerBase {
/**
* @param {string} driverVersion
* @param {string} outputDirectory
* @param {string=} outputName
* @return {!Promise}
*/
async install(driverVersion, outputDirectory) {
Expand Down
1 change: 0 additions & 1 deletion edge.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class EdgeWebDriverInstaller extends WebDriverInstallerBase {
/**
* @param {string} driverVersion
* @param {string} outputDirectory
* @param {string=} outputName
* @return {!Promise}
*/
async install(driverVersion, outputDirectory) {
Expand Down
1 change: 0 additions & 1 deletion firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class FirefoxWebDriverInstaller extends WebDriverInstallerBase {
/**
* @param {string} driverVersion
* @param {string} outputDirectory
* @param {string=} outputName
* @return {!Promise}
*/
async install(driverVersion, outputDirectory) {
Expand Down

0 comments on commit edb2cdf

Please sign in to comment.