Re: [Wtr-general] clicking a link in a javascipt array

2006-06-07 Thread Bret Pettichord
On 6/7/06, Zeljko Filipin <[EMAIL PROTECTED]> wrote: ie.link(:url, "_javascript_:PC_7_0_G1_selectEmployee('1',%20'amend')").flashAlso remember that you can use a regular _expression_ when it's more convenient. ___ Wtr-general mailing list Wtr-general@rub

Re: [Wtr-general] clicking a link in a javascipt array - further info

2006-06-07 Thread Daniel Browne
There is always the index option (to click the 3rd "Amend") too: ie.link(:index, 3).click Cheers, Daniel. On 07/06/06, Adrian Rutter <[EMAIL PROTECTED]> wrote: > I can click the fist link quite happily with this: > > $ie.link(:text, 'Amend').click > > Thanks > > Aidy > > > > > ---

Re: [Wtr-general] clicking a link in a javascipt array - further info

2006-06-07 Thread Adrian Rutter
I can click the fist link quite happily with this: $ie.link(:text, 'Amend').click Thanks Aidy --- This message and any attachment are confidential and may be privileged or otherwise p

Re: [Wtr-general] clicking a link in a javascipt array

2006-06-07 Thread Zeljko Filipin
That would actually flash the second link. :)This will click the second link:ie.link(:url, "_javascript_:PC_7_0_G1_selectEmployee('1',%20'amend')").clickOn 6/7/06, Zeljko Filipin <[EMAIL PROTECTED]> wrote: ie.link(:url, "_javascript_:PC_7_0_G1_selectEmployee('1',%20'amend')").flash ___

Re: [Wtr-general] clicking a link in a javascipt array

2006-06-07 Thread Zeljko Filipin
This will show you links at your page:ie.show_linksindex name    id    href                                   text/src1 _javascript_:PC_7_0_G1_selectEmployee('0',%20'amend') Amend 2 _

[Wtr-general] clicking a link in a javascipt array

2006-06-07 Thread Adrian Rutter
Hi, I have a javascript array in a table. source Amend Amend Amend Could someone please tell me how I would click on one of these links? Thank You Aidy --- This message and any att