We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398c591 commit d7b50a7Copy full SHA for d7b50a7
javascript/node/selenium-webdriver/builder.js
@@ -253,9 +253,10 @@ class Builder {
253
}
254
255
/**
256
- * Sets the proxy configuration to use for WebDriver clients created by this
257
- * 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
258
* overwrite these settings.
259
+ *
260
* @param {!capabilities.ProxyConfig} config The configuration to use.
261
* @return {!Builder} A self reference.
262
*/
0 commit comments