From 76b1f88ac2f404e3df75153adcc360683297e051 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sun, 23 Sep 2012 22:37:17 -0700 Subject: [PATCH] README: Clarify capture-able contents. http://code.google.com/p/phantomjs/issues/detail?id=764 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3470293..2ee48d9e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The latest [stable release](http://phantomjs.org/release-1.7.html) is version 1. - **Headless web testing**. Lightning-fast testing without the browser is now possible! Various [test frameworks](https://github.com/ariya/phantomjs/wiki/Headless-Testing) such as Jasmine, Capybara, QUnit, Mocha, WebDriver, YUI Test, BusterJS, FuncUnit, Robot Framework, and many others are supported. - **Page automation**. [Access and manipulate](https://github.com/ariya/phantomjs/wiki/Page-Automation) web pages with the standard DOM API, or with usual libraries like jQuery. -- **Screen capture**. Programmatically [capture web contents](https://github.com/ariya/phantomjs/wiki/Screen-Capture), including SVG and Canvas. . Build server-side web graphics apps, from a screenshot service to a vector chart rasterizer. +- **Screen capture**. Programmatically [capture web contents](https://github.com/ariya/phantomjs/wiki/Screen-Capture), including CSs, SVG and Canvas. Build server-side web graphics apps, from a screenshot service to a vector chart rasterizer. - **Network monitoring**. Automate performance analysis, track [page loading](https://github.com/ariya/phantomjs/wiki/Network-Monitoring) and export as standard HAR format. ## Features