1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
This commit is contained in:
Dmitry Vorotilin 2013-07-20 16:35:33 +04:00
parent 715dca6ea5
commit 8a21c22269

View file

@ -235,7 +235,7 @@ end
output, but this goes to `STDOUT` due to technical limitations.
* `:logger` (Object responding to `puts`) - When present, debug output is written to this object
* `:phantomjs_logger` (`IO` object) - Where the `STDOUT` from PhantomJS is written to. This is
where you `console.log` statements will show up. Default: `STDOUT`
where your `console.log` statements will show up. Default: `STDOUT`
* `:timeout` (Numeric) - The number of seconds we'll wait for a response
when communicating with PhantomJS. Default is 30.
* `:inspector` (Boolean, String) - See 'Remote Debugging', above.