File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
* and place it on your
23
23
* [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29). You must also apply
24
24
* the system configuration outlined on the Selenium project
25
- * [wiki](http ://goo.gl/Z0hCpR )
25
+ * [wiki](https ://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver )
26
26
*/
27
27
28
28
'use strict' ;
@@ -129,9 +129,9 @@ Options.fromCapabilities = function(capabilities) {
129
129
* created. Disbling this setting may lead to significant instability as the
130
130
* browser may become unresponsive/hang. Only "best effort" support is provided
131
131
* when using this capability.
132
- *
132
+ *
133
133
* For more information, refer to the IEDriver's
134
- * [required system configuration](http ://goo.gl/Z0hCpR ).
134
+ * [required system configuration](https ://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver#required-configuration ).
135
135
*
136
136
* @param {boolean } ignoreSettings Whether to ignore protected mode settings.
137
137
* @return {!Options } A self reference.
You can’t perform that action at this time.
0 commit comments