Skip to content

Commit

Permalink
javascript additions are no longer open pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasb committed Jan 13, 2012
1 parent 45188db commit 056b273
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 056b273

Please sign in to comment.