A new release of the Open Source java GUI-Less browser is available,
which allows high-level manipulation of web pages, such as filling
forms, clicking links, accessing attributes and values of specific
elements within the pages, you do not have to create lower-level
requests of TCP/IP or HTTP, but just getPage(url), find a hyperlink,
click() and you have all the HTML, JavaScript, and Ajax are
automatically processed.

The most common use of HtmlUnit is test automation of web pages (even
with complex JavaScript libraries, like GWT and jQuery), but it can
also be used for web scraping, or downloading website content.

The main enhancements of this release:
    - Use cache for all kinds of (cacheable) content
    - Fix many issues with (de)serialization</li>
    - Add a mechanism to save complete page along with images
    - Add support for Proxy Auto-Config
    - Better support for XHTML pages
    - And as usual, various bug fixes

You can find more information in http://htmlunit.sourceforge.net/, the
development team is looking forward to getting your feedback.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to