Skip to content

Commit

Permalink
Fix incorrect documentation of log_js_error (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
SOHELAHMED7 authored Sep 15, 2024
1 parent ef0ea80 commit 5c2dc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Module/WebDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
* * `ssl_proxy` - sets ssl(https) proxy server url for testing a remote server.
* * `ssl_proxy_port` - sets ssl(https) proxy server port
* * `debug_log_entries` - how many selenium entries to print with `debugWebDriverLogs` or on fail (0 by default).
* * `log_js_errors` - Set to true to include possible JavaScript to HTML report, or set to false (default) to deactivate.
* * `log_js_errors` - Set to true to include possible JavaScript to HTML report, or set to false (default) to deactivate. This will only work if `debug_log_entries` is set and its value is > 0. Also this will display JS errors as comments only if test fails.
* * `webdriver_proxy` - sets http proxy to tunnel requests to the remote Selenium WebDriver through
* * `webdriver_proxy_port` - sets http proxy server port to tunnel requests to the remote Selenium WebDriver through
*
Expand Down

0 comments on commit 5c2dc45

Please sign in to comment.