From: Ahmed A. <asa...@ya...> - 2015-12-11 17:28:54
|
Hi, Do you your project publicly available? or can you post minimal Vaadin and HtmlUnit codes? Ahmed From: Pablo León <pab...@ho...> To: htm...@li... Sent: Friday, December 11, 2015 5:53 PM Subject: [Htmlunit-user] Vaadin's tables Hi: I'm using htmlunit in a Vaadin based project, and have many Vaadin components correctly responding to htmlunit fired events. But I'm stuck with tables ... while I get no exceptions running this code and DomElement e is found, no ValueChangeEvent nor ItemClickEvent is fired on server side's table. DomElement e = page.getFirstByXPath("//div[@id='tableid']//table[@class='v-table-table']//tr[3]"); e.click(); Does someone have some experience with Vaadin's tables? Any clue? Regards, Pablo. ------------------------------------------------------------------------------ _______________________________________________ Htmlunit-user mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |