Skip to content

Commit d7b50a7

Browse files
odduijleyba
authored andcommitted
fix javascript doc for Builder#setProxy() (#2452)
1 parent 398c591 commit d7b50a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

javascript/node/selenium-webdriver/builder.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,10 @@ class Builder {
253253
}
254254

255255
/**
256-
* Sets the proxy configuration to use for WebDriver clients created by this
257-
* builder. Any calls to {@link #withCapabilities} after this function will
256+
* Sets the proxy configuration for the target browser.
257+
* Any calls to {@link #withCapabilities} after this function will
258258
* overwrite these settings.
259+
*
259260
* @param {!capabilities.ProxyConfig} config The configuration to use.
260261
* @return {!Builder} A self reference.
261262
*/

0 commit comments

Comments
 (0)