From: Sridhar R. <Sri...@Su...> - 2005-07-01 17:18:18
|
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 |