Skip to content

Commit

Permalink
fix javascript doc for Builder#setProxy() (#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddui authored and jleyba committed Jul 12, 2016
1 parent 398c591 commit d7b50a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions javascript/node/selenium-webdriver/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,10 @@ class Builder {
}

/**
* Sets the proxy configuration to use for WebDriver clients created by this
* builder. Any calls to {@link #withCapabilities} after this function will
* Sets the proxy configuration for the target browser.
* Any calls to {@link #withCapabilities} after this function will
* overwrite these settings.
*
* @param {!capabilities.ProxyConfig} config The configuration to use.
* @return {!Builder} A self reference.
*/
Expand Down

0 comments on commit d7b50a7

Please sign in to comment.