I have a Table that shows up as a result of a search.

I know that second column has a link (which is dynamic based on my
search condition) I need to click the hyperlinked text which I get in
2nd column

I tried doing this.
$ie.click_link_with_url "http://mywebsite.com/vdp/*";

I have to put * because I get a 6 digit random number for the
hyperlink rest all stays same

I am getting the following error.
undefined method `click_link_with_url' for main:Object (NoMethodError)

Can some one help me point out where is the error in calling the
method.

Thanks
Watrinewbie.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to