On 10/17/05, Mark Gargan <[EMAIL PROTECTED]> wrote: > Hi Mike, > > I amended the html slightly as there were a couple of small > problems. > The anchor elements weren't being closed correctly and I substituted the > double-quotes > around the javascript declarations with single-quotes. (I don't think the > javscript works > proper if you have double-quotes inside double-quotes. ) > > However this doesn't fix your problem completely, it just allows you to call > the javascript > correctly I think. > I replaced the javascript function with a simple alert box that prints out > what node you clicked. > The bad part is that the only way i could locate the objects and click on > one of the buttons > was to introduce and id attribute into the <a> anchor tag. > > Would it be feasible for you to do for all the links? >
Unfortunately, I really don't have any control over the html. I'm (probably strangely) actually trying to use Watir to automate some monotonous tasks in a COTS product. It was going quite well until my difficulties with this tree... Thanks for all of your help. _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
