> Please tell me how to click a column of a row of a web page.

What exactly do you want to click?

If it's the specific hyperlink you've provided, you can do a couple of things:

ie.link(:url, /snapshot=2&treeobject=12507&object=12507/).click
ie.link(:text, "New applicationTEST2").click

... etc, etc...

As always, check out the user guide at 
http://wiki.openqa.org/display/WTR/User+Guide, and this page is very useful: 
http://wiki.openqa.org/display/WTR/Methods+supported+by+Element.

Or do you want to click +whatever+ link might exist within a particular row / 
column / cell in that table???
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to