Skip to content

Commit

Permalink
clarify avoidProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
waggledans committed Aug 7, 2024
1 parent 616e63a commit 0c46ca0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/dev/test-configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,12 @@ Always use the latest Selenium version. The Selenium developers are very conscie

<p><small>| BOOLEAN |</small></p>

Allows the browser to communicate directly with servers without going through a proxy. By default, Sauce routes traffic from Internet Explorer and Safari through an HTTP proxy server so that HTTPS connections with self-signed certificates will work. The proxy server can cause problems for some users, and this setting allows you to avoid it.
Allows the browser to communicate directly with servers without going through a proxy that is shipped with Selenium versions prior to v3.
By default, Sauce routes traffic from Internet Explorer and Safari through an HTTP proxy server so that HTTPS connections with self-signed certificates will work.
The proxy server can cause problems for some users, and this setting allows you to avoid it.

:::note
This configuration is only relevant for Selenium versions 2.x and older.
Any test run with a Sauce Connect tunnel has to use the proxy and this flag will be ignored.
:::

Expand Down

0 comments on commit 0c46ca0

Please sign in to comment.