From: Ronald B. <rb...@rb...> - 2014-11-30 19:17:31
|
Hi, as first step use the latest version available (you can download the latest build at http://build.canoo.com/htmlunit/). If the problem persists, you have to digg a bit deeper. Us a proxy server (like Charles http://www.charlesproxy.com/) to inspect the communicatio between your browser and the server. Then do the same for HtmlUnit (you have to configure the proxy as part of your webclient setup). Usuall the difference in the requests will guide you to the source of the problem - if HtmlUnit behaves different than a browser open a bug report. Thanks for using HtmlUnit. RBRi -------------------------- Wetator Smart web application testing http://www.wetator.org On Sat, 29 Nov 2014 06:03:12 -0700 (MST) lapoint wrote: > >Hello, > >im trying to save the captcha image from a site but after saving the image >im getting a different format than what is on the site - yes captcha will >change from each request but the image that i got is at a completely >diffrerent format.. > >example: when opened in a browser I see the 3-4 number format > ><http://htmlunit.10904.n7.nabble.com/file/n35023/Capture.png> > >now when i use html unit im getting this kind of format: > ><http://htmlunit.10904.n7.nabble.com/file/n35023/file.jpg> > >anybody has any idea on how will i get the same format or what the problem? > > > >-- >View this message in context: http://htmlunit.10904.n7.nabble.com/Getting-a-different-reCaptcha-image-format-tp35023.html >Sent from the HtmlUnit - General mailing list archive at Nabble.com. > >------------------------------------------------------------------------------ >Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >from Actuate! Instantly Supercharge Your Business Reports and Dashboards >with Interactivity, Sharing, Native Excel Exports, App Integration & more >Get technology previously reserved for billion-dollar corporations, FREE >http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >_______________________________________________ >Htmlunit-user mailing list >Htm...@li... >https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |