| 
     
      
      
      From: Pablo L. <pab...@ho...> - 2015-12-11 16:53:35
      
     
   | 
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.
 |