Re: [wtr-general] Need Javascript Tree Help: Clicking on the plus/minus icons to expand

2011-08-05 Thread Ċ½eljko Filipin
On Fri, Aug 5, 2011 at 8:45 PM, andy thai wrote: > - .click method on my ins tag does not work? You probably need to fire some JavaScript event. Example: browser.element(how, what).fire_event("onclick") To see which events get fired when you click the element manually, see this: http://stacko

[wtr-general] Need Javascript Tree Help: Clicking on the plus/minus icons to expand

2011-08-05 Thread andy thai
Hi, I have a javascript tree problem where I need to search for a particular node. To do this I need to expand each branch in order to see the contents under the node clicked. The problem I am having is that the plus and minus icons aren't images like in the example provided in "http://wiki.openq