Edgewall Software
  • Home
  • Weblog
  • Trac
  • Genshi
  • Python Sidebar

Categories

    • / (47)
    • news/ (24)
    • people/ (15)
      • daniel/ (13)
      • jonas/ (2)
    • projects/ (8)
      • python-sidebar/ (3)
      • trac/ (5)

Tag cloud

untagged python-sidebar trac news

Calendar

< November 2004 >
SuMoTuWeThFrSa
  1 2 3 4 5 6
7 8 910111213
14151617181920
21222324252627
282930    
Wed, 03 Nov 2004

Mechanize and DOMForm

Mentionable Python discovery of the day:

DOMForm is a Python module for web scraping and web testing. It knows how to evaluate embedded JavaScript code in response to appropriate events.

Basically it's a python DOM implementation with JavaScript support (using the Mozilla Spidermonkey JavaScript-C engine).

It's great for screen scraping and, apparently planned for inclusion in in Mechanize.

Mechanize

Worthy of notice is Mechanize, a stateful programmatic web browsing module. It's very useful for web unit testing.

Check it out at:

  • DOMForm -- http://wwwsearch.sourceforge.net/DOMForm/
  • Mechanize -- http://wwwsearch.sourceforge.net/mechanize/
posted at: 12:25 | path: /people/daniel
  • Home
  • Contact
  • About Us
  • Send Feedback
info@edgewall.com

Copyright © 2003-2006 Edgewall Software. All rights reserved.