Something like this:
    $ie.table(:id, 'table_id')[2][4].link(:url, /part_of_link/).click
where 2 refers to the 2nd row and 4 is the 4th cell in that row,
replace with whatever row/cell you're looking for. The :url in link is
looking for some text (part_of_link) that's contained in the url for
the link.

It might also help if you post what you've tried in your script and
some html from the page. The ie developer toolbar can help when
identifying elements in the dom:
http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en

-Charley


On 9/22/06, Lucas K <[EMAIL PROTECTED]> wrote:
> how to get to link in table? I need to get first to the table then to link
> in particular cell, how can i access to that?
>
> Lukas
>
> _______________________________________________
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to