From: Ahmed A. <asa...@ya...> - 2017-06-04 10:04:02
|
Hi all, It is a pleasure to announce the availability of HtmlUnit 2.27. The main enhancements are: - Support Firefox 52 - Add BrowserVersion.setSystemTimezone() - Add HtmlImageInput.saveAs() - Remove HtmlKeygen - Various fixes, specially with JavaScript The full list of changes can be found in [1] Thanks to all the contributors. Happy Scraping!The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.27 |
From: Ronald B. <rb...@rb...> - 2017-11-11 14:18:11
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.28. The main enhancements are: - Support Chrome 62 - setup of user defined BrowserVersion's is rewritten to be more robust - Promise implementation rewritten to support async execution and chaining - as always various fixes, specially with JavaScript The full list of changes can be found in [1] Thanks to all the contributors. Happy Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.27 |
From: Ronald B. <rb...@rb...> - 2017-12-28 16:37:39
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.29. The main enhancements are: - Support Chrome 63 - as always various fixes, specially with JavaScript The full list of changes can be found in [1] Thanks to all the contributors. Happy Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.29 |
From: Ronald B. <rb...@rb...> - 2017-12-28 16:43:36
|
Hi all, if you like to get the latest news about the HtmlUnit development you can now follow us on twitter https://twitter.com/HtmlUnit RBRi |
From: Ronald B. <rb...@rb...> - 2018-03-26 19:08:15
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.30. The main enhancements are: - using our own css parser for faster css processing - URLSearchParams implemented - Support Chrome 66 - as always various fixes, specially with JavaScript The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.30 |
From: Ronald B. <rb...@rb...> - 2018-05-22 19:31:04
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.31. The main enhancements are: - resync with Rhino and various Javascript improvements - Firefox 45 is now deprecated - as always various fixes, specially with JavaScript The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.31 |
From: Ronald B. <rb...@rb...> - 2018-07-29 10:16:35
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.32. The main enhancements are: - again resync with Rhino and various Javascript improvements - Firefox 45 is gone, Firefox 60 added - Chrome 68 - as always various fixes, specially with JavaScript Even if the list of changes is not that impressive, at least the FF60 support is another great step forward. The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.32 |
From: Ronald B. <rb...@rb...> - 2018-09-12 19:40:16
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.33. The main enhancements are: - the source code is now at github - finally we are using the TypedArray impl from Rhino instead of our own one - reworked js event handling - as always various fixes, specially with JavaScript The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.33 |
From: Vasudevan C. <vco...@gm...> - 2018-09-12 21:15:02
|
Hi, Will HTMLUnit fail when the response header contains Content-Encoding=gzip-only-text/html and the Content-Type is application/pdf? Looks like it is reading the webResponseData as gZIP stream. Is it an issue? Regards Vasu On Thu, 13 Sep 2018 at 01:10, Ronald Brill <rb...@rb...> wrote: > Hi all, > > it is a pleasure to announce the availability of HtmlUnit 2.33. > The main enhancements are: > - the source code is now at github > - finally we are using the TypedArray impl from Rhino instead of our own > one > - reworked js event handling > - as always various fixes, specially with JavaScript > > The full list of changes can be found in [1] > Thanks to all the contributors. > > Happy Testing/Scraping! > The HtmlUnit team > > [1] http://htmlunit.sourceforge.net/changes-report.html#a2.33 > > > > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |
From: Ronald B. <rb...@rb...> - 2018-09-14 18:30:06
|
Yes this a bug, will fix this and make a new snapshot available RBRi On Thu, 13 Sep 2018 02:44:39 +0530 Vasudevan Comandur wrote: >Hi, > > Will HTMLUnit fail when the response header contains >Content-Encoding=gzip-only-text/html and the Content-Type is >application/pdf? > Looks like it is reading the webResponseData as gZIP stream. Is it an >issue? > >Regards > Vasu > >On Thu, 13 Sep 2018 at 01:10, Ronald Brill <rb...@rb...> wrote: > >> Hi all, >> >> it is a pleasure to announce the availability of HtmlUnit 2.33. >> The main enhancements are: >> - the source code is now at github >> - finally we are using the TypedArray impl from Rhino instead of our own >> one >> - reworked js event handling >> - as always various fixes, specially with JavaScript >> >> The full list of changes can be found in [1] >> Thanks to all the contributors. >> >> Happy Testing/Scraping! >> The HtmlUnit team >> >> [1] http://htmlunit.sourceforge.net/changes-report.html#a2.33 >> >> >> >> _______________________________________________ >> Htmlunit-user mailing list >> Htm...@li... >> https://lists.sourceforge.net/lists/listinfo/htmlunit-user >> > > |
From: Vasudevan C. <vco...@gm...> - 2018-09-14 18:47:13
|
Thanks Ronald for your reply. Look forward to a new snapshot. Regards Vasu On Fri, 14 Sep 2018 at 11:56 PM, Ronald Brill <rb...@rb...> wrote: > Yes this a bug, will fix this and make a new snapshot available > > RBRi > > On Thu, 13 Sep 2018 02:44:39 +0530 Vasudevan Comandur wrote: > >Hi, > > > > Will HTMLUnit fail when the response header contains > >Content-Encoding=gzip-only-text/html and the Content-Type is > >application/pdf? > > Looks like it is reading the webResponseData as gZIP stream. Is it an > >issue? > > > >Regards > > Vasu > > > >On Thu, 13 Sep 2018 at 01:10, Ronald Brill <rb...@rb...> wrote: > > > >> Hi all, > >> > >> it is a pleasure to announce the availability of HtmlUnit 2.33. > >> The main enhancements are: > >> - the source code is now at github > >> - finally we are using the TypedArray impl from Rhino instead of our > own > >> one > >> - reworked js event handling > >> - as always various fixes, specially with JavaScript > >> > >> The full list of changes can be found in [1] > >> Thanks to all the contributors. > >> > >> Happy Testing/Scraping! > >> The HtmlUnit team > >> > >> [1] http://htmlunit.sourceforge.net/changes-report.html#a2.33 > >> > >> > >> > >> _______________________________________________ > >> Htmlunit-user mailing list > >> Htm...@li... > >> https://lists.sourceforge.net/lists/listinfo/htmlunit-user > >> > > > > > > |
From: Ronald B. <rb...@rb...> - 2019-02-28 19:27:58
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.34.0. The main enhancements are: - again resync with Rhino and various Javascript improvements - Neko and CssParser improvments - as always various fixes, specially with JavaScript The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.34.0 |
From: beshoo <be...@gm...> - 2019-03-01 00:29:38
|
Hello list Thank you for this update, but what the benefits from using this lib while i can not even login to instagram. To like one photo.. This kind of lib created in order to give more background usability. Otherwise user may will use chrome, ok i known how chrome kill memory. But at least it solve the problem. Kindly may you tell us what is the main goal from this lib? On Thu, Feb 28, 2019, 9:28 PM Ronald Brill <rb...@rb... wrote: > Hi all, > > it is a pleasure to announce the availability of HtmlUnit 2.34.0. > The main enhancements are: > - again resync with Rhino and various Javascript improvements > - Neko and CssParser improvments > - as always various fixes, specially with JavaScript > > The full list of changes can be found in [1] > Thanks to all the contributors. > > Happy Testing/Scraping! > The HtmlUnit team > > [1] http://htmlunit.sourceforge.net/changes-report.html#a2.34.0 > > > > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |
From: Yves <yv...@gm...> - 2019-03-01 12:58:34
|
Hi, for me, HtmlUnit is a great help to automate all kind of web-things. It may have its limitations, but concerning your objective, the instagram login problem... don´t blame it on HtmlUnit... it is a fact that instagram and go do not want phantom-users and bots that manipulate likes and other things. They make it very hard for bots these times and I like it... of course, it is annoying, just think of google "robot-captcha" and others... i hate them, but this kind of race will always exist and one time the bot is in front, sometimes the supplier of the webservice. Most services like instagram, facebook and co. offer an API to make automated requests... of course only those functions are available, that do not break their rules... so.. if you want to achieve what your describe here, don´t argue about HtmlUnit if you don´t see the huge bunch of benefit it brings... take your brain and solve the login-problem yourself. regards, yves p.s. thanks for the update and the efforts to all contributors of HtmlUnit. I highly appreciate your work. Am 01.03.2019 um 01:29 schrieb beshoo: > Hello list > Thank you for this update, but what the benefits from using this lib > while i can not even login to instagram. To like one photo.. > > This kind of lib created in order to give more background usability. > > Otherwise user may will use chrome, ok i known how chrome kill memory. > > But at least it solve the problem. > > Kindly may you tell us what is the main goal from this lib? > > On Thu, Feb 28, 2019, 9:28 PM Ronald Brill <rb...@rb... > <mailto:rb...@rb...> wrote: > > Hi all, > > it is a pleasure to announce the availability of HtmlUnit 2.34.0. > The main enhancements are: > - again resync with Rhino and various Javascript improvements > - Neko and CssParser improvments > - as always various fixes, specially with JavaScript > > The full list of changes can be found in [1] > Thanks to all the contributors. > > Happy Testing/Scraping! > The HtmlUnit team > > [1] http://htmlunit.sourceforge.net/changes-report.html#a2.34.0 > > > > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > <mailto:Htm...@li...> > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > > > > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user |
From: beshoo <be...@gm...> - 2019-03-01 13:02:23
|
I already used phantom and it works great. and chromium as well. but HtmlUnit can not understand instagram AJAX. that is it ! Why i want to use HtmlUnit? it is more light than phantom and chromium. Thank you On Fri, Mar 1, 2019 at 2:58 PM Yves <yv...@gm...> wrote: > Hi, > > for me, HtmlUnit is a great help to automate all kind of web-things. It > may have its limitations, but concerning your > objective, the instagram login problem... don´t blame it on HtmlUnit... it > is a fact that instagram and go do not want > phantom-users and bots that manipulate likes and other things. They make > it very hard for bots these times and I > like it... of course, it is annoying, just think of google "robot-captcha" > and others... i hate them, but this kind of > race will always exist and one time the bot is in front, sometimes the > supplier of the webservice. Most services > like instagram, facebook and co. offer an API to make automated > requests... of course only those functions are > available, that do not break their rules... so.. if you want to achieve > what your describe here, don´t argue about > HtmlUnit if you don´t see the huge bunch of benefit it brings... take your > brain and solve the login-problem yourself. > > regards, > yves > > p.s. > thanks for the update and the efforts to all contributors of HtmlUnit. I > highly appreciate your work. > > > Am 01.03.2019 um 01:29 schrieb beshoo: > > Hello list > Thank you for this update, but what the benefits from using this lib while > i can not even login to instagram. To like one photo.. > > This kind of lib created in order to give more background usability. > > Otherwise user may will use chrome, ok i known how chrome kill memory. > > But at least it solve the problem. > > Kindly may you tell us what is the main goal from this lib? > > On Thu, Feb 28, 2019, 9:28 PM Ronald Brill <rb...@rb... wrote: > >> Hi all, >> >> it is a pleasure to announce the availability of HtmlUnit 2.34.0. >> The main enhancements are: >> - again resync with Rhino and various Javascript improvements >> - Neko and CssParser improvments >> - as always various fixes, specially with JavaScript >> >> The full list of changes can be found in [1] >> Thanks to all the contributors. >> >> Happy Testing/Scraping! >> The HtmlUnit team >> >> [1] http://htmlunit.sourceforge.net/changes-report.html#a2.34.0 >> >> >> >> _______________________________________________ >> Htmlunit-user mailing list >> Htm...@li... >> https://lists.sourceforge.net/lists/listinfo/htmlunit-user >> > > > _______________________________________________ > Htmlunit-user mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/htmlunit-user > > > |
From: Ronald B. <rb...@rb...> - 2019-04-16 18:51:11
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.35.0. The main enhancements are: - again resync with Rhino and various Javascript improvements - Neko and CssParser improvments - as always various fixes, specially with JavaScript The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.35.0 |
From: Ronald B. <rb...@rb...> - 2019-08-24 12:17:04
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.36.0. The main enhancements are: - again resync with Rhino and various Javascript improvements - minor Neko and CssParser improvements - as always various fixes, specially with JavaScript - Chrome 76 and Brotli support - Firefox 52 is deprecated The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.36.0 |
From: Ronald B. <rb...@rb...> - 2020-01-31 18:57:26
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.37.0. The main enhancements are: - many js improvements done in Rhino - CHROME 79 - FF52 removed - FF68 added The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.37.0 |
From: Ronald B. <rb...@rb...> - 2020-03-08 12:38:52
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.38.0. The main enhancements are: - Bugfixes (as always) - many improvements done for the CanvasRenderingContext2D - CHROME 80 - support for disabling WebSocket added (if disabled the jetty dependencies are not required) The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.38.0 |
From: Ronald B. <rb...@rb...> - 2020-04-05 12:03:02
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.39.0. The main enhancements are: - Firefox latest is now supported (at the Firefox74) - again CanvasRenderingContext2D got many improvements - FrameContentHandler added to support stop loading of frame content - the usual bunch of bugfixes - BrowserVersion FIREFOX_60 is deprecated The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.39.0 |
From: Ronald B. <rb...@rb...> - 2020-05-02 15:54:26
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.40.0. The main enhancements are: - Chrome updated to Chrome 81 - Firefox updated to Firefox75 - new WebClientConfiguration option ConnectionTimeToLive - major improvements for the focus and active element handling - label tag got many fixes - respect Content-Security-Policy: frame-ancestors and X-Frame-Options: DENY when loading frame content - new method AttachmentHandler.handleAttachment(WebResponse) added. By implementing your own AttachmentHandler you now can process the attachment response by your code without opening a new WebClinet window. The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.40.0 |
From: Ronald B. <rb...@rb...> - 2020-06-06 15:29:02
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.40.0. The main enhancements are: - Chrome updated to Chrome 83 - Firefox updated to Firefox77 - many fixes in Rhino - the usual bunch of fixes The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.41.0 |
From: Ronald B. <rb...@rb...> - 2020-07-12 08:28:40
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.42.0. The main enhancements are: - again many fixes in Rhino - the usual bunch of fixes The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.42.0 |
From: Ronald B. <rb...@rb...> - 2020-08-09 16:07:20
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.43.0. The main enhancements are: - again many fixes in Rhino - Chrome 84 - Firefox 79 - Edge added - FF60 removed - the usual bunch of fixes The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.43.0 |
From: Ronald B. <rb...@rb...> - 2021-01-06 18:12:41
|
Hi all, it is a pleasure to announce the availability of HtmlUnit 2.46.0. The full list of changes can be found in [1] Thanks to all the contributors. Happy Testing/Scraping! The HtmlUnit team [1] http://htmlunit.sourceforge.net/changes-report.html#a2.46.0 |