From ceaecc29fb2d1bafdbf57a7881d7255f9427b6d2 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Sun, 27 Jan 2013 10:03:05 +0000 Subject: [PATCH] readme tweaking --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59569ec..52c9056 100644 --- a/README.md +++ b/README.md @@ -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