40
I Use This!
Very High Activity

News

Analyzed about 9 hours ago. based on code collected 1 day ago.
Posted almost 9 years ago by Ahmed Ashour
The team would like to announce the release of HtmlUnit 2.16. The most notable changes are: - Java 7 is required - WebClient inherits AutoClosable, so it can be used in try-with-resources statement - INTERNET_EXPLORER_8 is no more ... [More] deprecated - Various fixes The full list of changes can be found in like this Thanks to all the contributors. As always: Happy coding! [Less]
Posted almost 9 years ago by Ahmed Ashour
The team would like to announce the release of HtmlUnit 2.16. The most notable changes are: - Java 7 is required - WebClient inherits AutoClosable, so it can be used in try-with-resources statement - INTERNET_EXPLORER_8 is no more deprecated ... [More] - Various fixes The full list of changes can be found in like this Thanks to all the contributors. As always: Happy coding! [Less]
Posted over 11 years ago by Ahmed Ashour
Hi all, Starting from 2.11, an OSGi bundle is part of the release files. You can get it from: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.11/ As always: enjoy! HtmlUnit team
Posted over 11 years ago by Ahmed Ashour
Hi all, Starting from 2.11, an OSGi bundle is part of the release files. You can get it from: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.11/ As always: enjoy! HtmlUnit team
Posted over 11 years ago by Ahmed Ashour
HtmlUnit is a pure java GUI-Less browser, 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 ... [More] 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, but sometimes it can be used for web scraping, or downloading website content. 2009 JavaOne conference website now has the online version of the technical session "HtmlUnit: An Efficient Approach to Testing Web Applications TS-4238" You can view it at http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-4238&yr=2009&track=soa [Less]
Posted over 11 years ago by Ahmed Ashour
HtmlUnit is a pure java GUI-Less browser, 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 ... [More] 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, but sometimes it can be used for web scraping, or downloading website content. 2009 JavaOne conference website now has the online version of the technical session "HtmlUnit: An Efficient Approach to Testing Web Applications TS-4238" You can view it at http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-4238&yr=2009&track=soa [Less]
Posted over 11 years ago by Ahmed Ashour
A new release of the GUI-Less java 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 ... [More] 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 jQuery and Google Web Toolkit), but sometimes it can be used for web scraping, or downloading website content. The main enhancements of this release: - Improved JavaScript support, particularly full support for MooTools, adding to already supported Google Web Toolkit, jQuery, Mochikit and Sarissa - Repackaged Rhino classes to allow the use of HtmlUnit and a regular Rhino version in the same project - Support all HTML elements - Experimental WebClient.waitForBackgroundJavaScript() and WebClient.waitForBackgroundJavaScriptStartingBefore() for simple, fast and deterministic AJAX testing - Reworked handling of background JavaScript tasks using Java 5 executors - And as usual, various bug fixes You can find more information in the official website (http://htmlunit.sourceforge.net/), the development team is looking forward to getting your feedback. [Less]
Posted over 11 years ago by Ahmed Ashour
A new release of the GUI-Less java 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 ... [More] 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 jQuery and Google Web Toolkit), but sometimes it can be used for web scraping, or downloading website content. The main enhancements of this release: - Improved JavaScript support, particularly full support for MooTools, adding to already supported Google Web Toolkit, jQuery, Mochikit and Sarissa - Repackaged Rhino classes to allow the use of HtmlUnit and a regular Rhino version in the same project - Support all HTML elements - Experimental WebClient.waitForBackgroundJavaScript() and WebClient.waitForBackgroundJavaScriptStartingBefore() for simple, fast and deterministic AJAX testing - Reworked handling of background JavaScript tasks using Java 5 executors - And as usual, various bug fixes You can find more information in the official website (http://htmlunit.sourceforge.net/), the development team is looking forward to getting your feedback. [Less]
Posted over 11 years ago by Ahmed Ashour
HtmlUnit is a pure java GUI-Less browser, 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 ... [More] 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, but sometimes it can be used for web scraping, or downloading website content. 2009 JavaOne, the biggest Java conference in San Francisco (May 31 - June 05), is going to include a session titled "HtmlUnit: An Efficient Approach to Testing Web Applications", presented by committers Daniel Gredler and Ahmed Ashour. Attendees will learn about - The two approaches to Web app integration testing: browser simulation and browser driving - The cons of the browser simulation approach - The pros of the browser simulation approach - Key extension points provided by HtmlUnit - Wrappers that enable you to hedge your bets and switch between the two approaches More information can be found in http://java.sun.com/javaone/2009/sessions.jsp [Less]
Posted over 11 years ago by Ahmed Ashour
HtmlUnit is a pure java GUI-Less browser, 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 ... [More] 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, but sometimes it can be used for web scraping, or downloading website content. 2009 JavaOne, the biggest Java conference in San Francisco (May 31 - June 05), is going to include a session titled "HtmlUnit: An Efficient Approach to Testing Web Applications", presented by committers Daniel Gredler and Ahmed Ashour. Attendees will learn about - The two approaches to Web app integration testing: browser simulation and browser driving - The cons of the browser simulation approach - The pros of the browser simulation approach - Key extension points provided by HtmlUnit - Wrappers that enable you to hedge your bets and switch between the two approaches More information can be found in http://java.sun.com/javaone/2009/sessions.jsp [Less]