Hello,
could you please help me with the following issue?
I'm trying to parse the followin website with HTMLUnit:
But I get the error:
HTMLUnitError: ======= EXCEPTION START ======== EcmaError: lineNumber=[11] column=[0] lineSource=[] name=[TypeError] sourceName=[https://www.gstatic.com/patent-search/frontend/patent-search.search_20160829_RC02/scs/compiled_dir/webcomponentsjs/webcomponents-lite.min.js] message=[TypeError: Expected argument of type object, but instead had type object (...
If I use " throwExceptionOnScriptError " the error doesn't occur but the page also doesn't load complete. I only get the first sign in line not the further website.
(I also posted my code here http://stackoverflow.com/questions/39962904/using-htmlunit-for-google-patents-patents-google-com)
I would be very pleased if you can give me some advices how to use htmlunit the right way.
Thanks a lot!
Kind regards
Sebastian
Looks like a bug in HtmlUnit.
Testcase added (DocumentTest#documentDefineProperty)