Re: [Wtr-general] Need Help clicking on a link?

2006-05-12 Thread Zeljko Filipin
If your table looks like this:table tr td > Open Account /td /tr /table you can fire event that will navigate to '/register/personal.do' like this:ie.table(:index, 1)[1][1].fireEvent(onclick)On 5/12/06, David Solis [EMAIL PROTECTED] wrote: How do I click on '/register/personal.do'--

Re: [Wtr-general] Need Help clicking on a link?

2006-05-11 Thread Lonny Eachus
Hah. Since I did not know what the rest of the page contained, or what the _javascript_ function did, I had this long, complex explanation of how you could go about setting up your own call to that _javascript_ function in Watir. However, now that I have seen the page, and examined the