Hi all
We have a few SectionStackItems each containing a TreeGrid. If a node gets clicked (event onNodeClick) some actions are called. If a user just hits the "+"-icon, then the subnodes are loaded.
We are trying to test this construct now with Selenium. The Problem is, that if we select the node with the Selenium IDE and do a "click", just the subbranch opens but the onNodeClick Event doesn't fire. If you click manual (without selenium) on this node, everything works as expected.
We also have a similar problem with the SectionStackItems. Is there a possibility to fire the onSectionHeaderClick event?
We use FF 3.6 and SmartGWT 2.2.
Thank you very much...
p.s: Just realised that I posted this question in the wrong forum.. Could you please move it to SmartGWT. Sorry about that
We have a few SectionStackItems each containing a TreeGrid. If a node gets clicked (event onNodeClick) some actions are called. If a user just hits the "+"-icon, then the subnodes are loaded.
We are trying to test this construct now with Selenium. The Problem is, that if we select the node with the Selenium IDE and do a "click", just the subbranch opens but the onNodeClick Event doesn't fire. If you click manual (without selenium) on this node, everything works as expected.
Code:
scLocator=//ListGrid[ID="isc_TreeGrid_1"]/body/row[UniqueId=160.ID_GEBAEUDE.537||Display=Gesamtbetrieb%20||2]/col[fieldName=Display||0]
We use FF 3.6 and SmartGWT 2.2.
Thank you very much...
p.s: Just realised that I posted this question in the wrong forum.. Could you please move it to SmartGWT. Sorry about that
Comment