There's no reason it shouldn't work but an out of memory error will occur at some
point. If that didn't happen to you then the size of the html is probably no the
issue.
Brad C
--- Sridhar Ranganathan <Sri...@Su...> wrote:
> Hi,
>
> I am running into the following situation :
>
> Using htmlunit 1.5/1.6 (both versions having the same problem).
>
> I have to click a button on page-1 which takes me to the page-2. Page-2
> has a table with around 500+ rows and with 4 columns.
>
> After doing the button.click(), the click operation takes forever and
> the page is not returned at all. The test is stuck there.
> ===
>
> HtmlPage temPage = (HtmlPage)
> wizForm.getInputByName(inputName).click();
>
> ===
> If I reduce the number of entries in the table - to say 100, then I
> could get the temPage much faster.
>
> When I tried these things manually (without running via htmlunit), they
> all work fine even with so many entries.
>
> Is there any place I can tune any parameters to make htmlunit work with
> huge number of elements ?
>
> Thanks.
> --
> Sridhar R
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Htmlunit-user mailing list
> Htm...@li...
> https://lists.sourceforge.net/lists/listinfo/htmlunit-user
>
|