From: Alexandru P. <the...@ez...> - 2005-05-31 09:06:51
|
Hi! I was trying to test one of my working project page using HtmlUnit. The tricky part about this was that the page under test uses DWR to fill in 3 select-s: the 1st one triggered by the body onload, and the other 2 by the preceding select onchange event. It seems i have reached some problems (and I am not sure which side is not working correctly), but after some `hacking=B4 i've been able to pass over some of the problems, ending by a message from DWR stating that `if i understand the way my browser works [...]=B4. After some more invesigation it seems like DWR is not reading the parameters (or maybe HtmlUnit is not correctly transmitting them). A more detailed comment about the patches i need to apply is here: htmlunit and dwr [1] Now my questions are: 1/ is anybody successfully tested such a scenario? 2/ can anybody put some light on the last problem? (or on the previous one, in case i did something wrong). :alex |.::the_mindstorm::.| ps: sorry for posting it to the ml too |