@@ -34,7 +34,7 @@ parameters:
3434 type : string
3535 default : latest
3636 description : >
37- Version of Geckodriver to install, defaults to latest release. To
37+ Version of geckodriver to install, defaults to latest release. To
3838 install an older release, specify a full semantic version tag,
3939 e.g., `v0.23.0`. For a list of releases, and a Firefox/Geckodriver
4040 version compatibility table, see the following links:
@@ -45,7 +45,7 @@ parameters:
4545 type : string
4646 default : /usr/local/bin
4747 description : >
48- Directory in which to install Geckodriver
48+ Directory in which to install geckodriver
4949
5050 # chrome / chromedriver
5151 install_chrome :
@@ -67,7 +67,7 @@ parameters:
6767 type : boolean
6868 default : true
6969 description : >
70- Install Chromedriver ? Note: requires Google Chrome. A Chromedriver
70+ Install ChromeDriver ? Note: requires Google Chrome. A ChromeDriver
7171 version will be dynamically selected based on the installed version
7272 of Chrome; for details, see the following information:
7373 https://sites.google.com/a/chromium.org/chromedriver/downloads/version-selection
@@ -76,8 +76,8 @@ parameters:
7676 type : string
7777 default : /usr/local/bin
7878 description : >
79- Directory in which to install Chromedriver .
80- If installling Chrome Testing Driver as well, use a different directoy for each.
79+ Directory in which to install ChromeDriver .
80+ If installing Chrome Testing Driver as well, use a different directory for each.
8181
8282 chrome_version :
8383 default : latest
@@ -86,7 +86,7 @@ parameters:
8686 Version of Chrome to install, defaults to the latest stable release.
8787 To install an older release, specify a full chrome version number,
8888 e.g., 85.0.4183.83
89- Only supported on centos and debian
89+ Only supported on CentOS and Debian
9090
9191 install_edge :
9292 default : false
@@ -102,7 +102,7 @@ parameters:
102102 type : string
103103 default : latest
104104 description : Version of Edge to install, defaults to the latest stable release.
105- This param only works for Ubuntu/Debian version, MacOS will always install latest version.
105+ This param only works for Ubuntu/Debian version, macOS will always install latest version.
106106
107107 edge_driver_dir :
108108 type : string
@@ -113,25 +113,25 @@ parameters:
113113 install_chrome_for_testing :
114114 default : false
115115 type : boolean
116- description : Install Chrome for testing ?
116+ description : Install Chrome for Testing ?
117117
118118 install_chrome_for_testing_driver :
119119 default : false
120120 type : boolean
121- description : Install Chrome for testing with driver?
121+ description : Install Chrome for Testing with driver?
122122
123123 chrome_for_testing_version :
124124 type : string
125125 default : latest
126126 description : >
127- Version of Chrome for testing to install, defaults to the latest stable release.
127+ Version of Chrome for Testing to install, defaults to the latest stable release.
128128
129129 chrome_for_testing_driver_install_dir :
130130 type : string
131131 default : /usr/local/bin
132132 description : >
133- Directory in which to install Chromedriver .
134- If installling chromedriver as well, use a different directoy for each.
133+ Directory in which to install ChromeDriver .
134+ If installing ChromeDriver as well, use a different directory for each.
135135
136136steps :
137137 - when :
0 commit comments