Adrian Rutter wrote:
> Is it not possible to get the second link on a page? Something like:
>
> $ie.link(:text, 'New';:index, 2).click

Using 1.5.1.1037 try this:

  $ie.link(:text => 'New',  :index => 2).click

I added multiple attribute support last night for links.

Bret
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to