Skip to content

Commit 05474a7

Browse files
authored
Merge pull request #51 from Codeception/ssl-proxy-docs
Document ssl_proxy options
2 parents f26290c + 1c09d07 commit 05474a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@
215215
* * `pageload_timeout` - amount of time to wait for a page load to complete before throwing an error (default 0 seconds).
216216
* * `http_proxy` - sets http proxy server url for testing a remote server.
217217
* * `http_proxy_port` - sets http proxy server port
218+
* * `ssl_proxy` - sets ssl(https) proxy server url for testing a remote server.
219+
* * `ssl_proxy_port` - sets ssl(https) proxy server port
218220
* * `debug_log_entries` - how many selenium entries to print with `debugWebDriverLogs` or on fail (0 by default).
219221
* * `log_js_errors` - Set to true to include possible JavaScript to HTML report, or set to false (default) to deactivate.
220222
*

0 commit comments

Comments
 (0)