Hi Colin. Please insert a sleep option minimum of 5 to 10 sec before the step where you want to load the grid. The grid takes time to load. After that the grid whill be loaded.
Thanks. On Thu, Jun 4, 2009 at 2:27 PM, Colin O'Brien <[email protected]> wrote: > Hi Krishna, > > I've taken a look but I'm afraid the page isn't fully displayed by my > version of htmlunit (2.5). I've attached a log here of the result I got from > running a webtest against your site (log.out.txt.zip), > most of the JS is unrecognised or unsupported by my version of webtest, > because of this the flexigrid with the news reel and the browse news button > are not visible to me in webtest > so I cannot address them with steps to invoke their actions. > > Perhaps someone else on the list would have more knowledge and provide > further comment... > > Sorry I can't help you out on this one... > > Cheers, > Colin. > > On Thu, Jun 4, 2009 at 7:25 AM, Krishna Chaithanya < > [email protected]> wrote: > >> Thanks Colin. >> >> Its working now. >> >> But i had one more problem. I cant able to select the button at the top. >> i.e browse button in the grid. Its an onpress type button >> >> HTML code is >> >> url: "/include/EspGridQuery.php?action=projects", >> dataType: 'json', >> colModel : >> [{"display":"Name","name":"group_name","sortable":"true","align":"false","width":"120","searchable":"true"},{"display":"Category","name":"category_name","sortable":"true","align":"false","width":"180","searchable":"true"},{"display":"Type","name":"project_type_name","sortable":"true","align":"false","width":"173","searchable":"true"},{"display":"Owner","name":"user_name","sortable":"true","align":"false","width":"173","searchable":"true"}], >> >> >> * buttons : [{"name":"New >> Project","bclass":"add",onpress:newproject},{"name":"Edit >> Project","bclass":"add",onpress:editproject},{"name":"Delete","bclass":"delete",onpress:deleteproject},{"name":"Join","bclass":"add",onpress:join},{"name":"Browse","bclass":"add",onpress:browseproject},{"separator":"true"}],* >> >> >> searchitems : >> [{"display":"Name","name":"group_name","sortable":"true","align":"false","width":"120","searchable":"true"},{"display":"Category","name":"category_name","sortable":"true","align":"false","width":"180","searchable":"true"},{"display":"Type","name":"project_type_name","sortable":"true","align":"false","width":"173","searchable":"true"},{"display":"Owner","name":"user_name","sortable":"true","align":"false","width":"173","searchable":"true"}], >> >> >> sortname: "group_name", >> sortorder: "asc", >> usepager: true, >> resizable: true, >> title: 'Projects ', >> useRp: true, >> rp: 100, >> showTableToggleBtn: true, >> >> >> width: 646, >> height: 'auto', >> pagestat: "Displaying {from} to {to} of {total} >> Projects", >> multiSelect: false >> } >> >> the highlighted code is for the buttons. >> >> can u help me to click the buttons http://jasperforge.org/sitenews/ >> >> Regards. >> Krishna. > >

