From 056b273fd1c750c706b69f43725cfd9be19b6838 Mon Sep 17 00:00:00 2001 From: Niklas Baumstark Date: Fri, 13 Jan 2012 23:01:23 +0100 Subject: [PATCH] javascript additions are no longer open pull requests --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44a56ee..16fa74a 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ original version from thoughtbot: * `SetAttribute` command to [configure certain `QWebkit` settings][2] * `SetHtml` command to [load custom HTML][3] into the browser (e.g. to execute scripts on web pages scraped by a static scraper) -* `submit()` and `path()` methods for DOM nodes to [submit forms and get - an XPath of the node][4], respectively * `SetViewportSize` command to set the viewport size of the in-memory browser +If you are interested in web scraping using this server, have a look at [dryscrape][4]. + # Building and Installing To install the Python binding (this also builds the server and places it into @@ -31,5 +31,4 @@ may be redistributed under the terms specified in the LICENSE file. [1]: https://github.com/thoughtbot/capybara-webkit [2]: https://github.com/thoughtbot/capybara-webkit/pull/171 [3]: https://github.com/thoughtbot/capybara-webkit/pull/170 - [4]: https://github.com/thoughtbot/capybara-webkit/pull/173 - [5]: https://github.com/niklasb/pyscrape + [4]: https://github.com/niklasb/dryscrape