From: Vasudevan C. <vco...@gm...> - 2020-06-04 11:52:59
|
Hi, If you are using Chrome browser, there is an option in the browser to trace the network traffic under more tools->developer tool option You can see the request/response and look for the request which gets you the response of interest. Call that request from your HTMLUnit program specifying the same parameters and see if you are getting the same response from the server Regards Vasu On Thu, 4 Jun 2020 at 17:10, Damon Goodyear <dam...@ho...> wrote: > Hi, > > Umm... I'm not sure I know how to do that (i.e. trace through a proxy > tool). I have certainly seen JSON mention in the Warnings given by the > getPage function mentioned in my original post. > > I don't suppose you could explain your suggestion a little more - and I > could then try. > > Thanks, > > > > *Damon Goodyear * > CONFIDENTIALITY and NON-DISCLOSURE OF EMAIL ADDRESS: This email, including > its content and the address of the sender, are provided for the use of the > recipient only and for the purposes of the subject matter under > discussion. Notwithstanding any other consent that may have been given > neither the content of this email nor the address of the sender may be > disclosed to third parties, including within the same undertaking, without > the prior written permission of the sender. Where this email has been sent > to a general or non-personal email address permission is granted for a > reply to be made, on the subject matter only, from the undertaking to whom > it is addressed. > > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |