Skip to content

Commit

Permalink
If page.driver.render needs mini_magick and ImageMagick installed, …
Browse files Browse the repository at this point in the history
…it'd be friendly to suggest it.
  • Loading branch information
dznz committed May 3, 2012
1 parent 6d224d0 commit f4b34e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ capybara-webkit supports a few methods that are not part of the standard capybar
page.driver.evaluate_script("window.innerWidth")
=> 500

**render**: render a screenshot of the current view
**render**: render a screenshot of the current view (requires [mini_magick](https://github.com/probablycorey/mini_magick) and [ImageMagick](http://www.imagemagick.org))

page.driver.render "tmp/screenshot.png"

Expand Down

0 comments on commit f4b34e1

Please sign in to comment.