1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

readme tweaking

This commit is contained in:
Jon Leighton 2013-01-27 10:03:05 +00:00
parent 36d14fc3eb
commit ceaecc29fb

View file

@ -172,7 +172,8 @@ end
* `:phantomjs` (String) - A custom path to the phantomjs executable
* `:debug` (Boolean) - When true, debug output is logged to `STDERR`
* `:logger` (Object responding to `puts`) - When present, debug output is written to this object
* `:phantomjs_logger` (Object behaving like `IO`) - When present, the `STDOUT` of phantomjs is redirected 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`
* `: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.
@ -292,9 +293,9 @@ Include as much information as possible. For example:
### Next release ###
#### Features ####
* Add support for custom phantomjs loggers via `:phantomjs_logger` option.
(Gabe Bell)
(Gabe Bell)
* Add `page.driver.click(x, y)` to click precise coordinates.
(Micah Geisel)
* Add Capybara 2.0 support. Capybara 1.1 and Ruby 1.8 are *no