File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
/**
17
17
* @fileoverview Defines a {@linkplain Driver WebDriver} client for Microsoft's
18
18
* Internet Explorer. Before using the IEDriver, you must download the latest
19
- * [IEDriverServer](selenium-release.storage.googleapis.com/index.html) and
20
- * place it on your [PATH](http://en.wikipedia.org/wiki/PATH_(variable)).
21
- * You must also apply the system configuration outlined on the Selenium
22
- * project [wiki](http://goo.gl/Z0hCpR)
19
+ * [IEDriverServer](http://selenium-release.storage.googleapis.com/index.html)
20
+ * and place it on your
21
+ * [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29). You must also apply
22
+ * the system configuration outlined on the Selenium project
23
+ * [wiki](http://goo.gl/Z0hCpR)
23
24
*/
24
25
25
26
'use strict' ;
@@ -298,7 +299,7 @@ Options.prototype.setLogFile = function(file) {
298
299
299
300
300
301
/**
301
- * Sets the IEDriverServer's logging level.
302
+ * Sets the IEDriverServer's logging { @linkplain Level level} .
302
303
* @param {Level } level The logging level.
303
304
* @return {!Options } A self reference.
304
305
*/
You can’t perform that action at this time.
0 commit comments