[wtr-general] Re: wait for new click event..

2011-08-29 Thread Alister Scott
It is very unclear what you are trying to do. If you're trying to visit every url in a file, you should use the ie.goto method, not ie.url method. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

[wtr-general] Re: wait for new click event..

2011-08-29 Thread byung
The web site I start with WATIR has special security measure, and link URL does not show in html. all I can do to visit the link is to click the text on the page manually. now I would like to visit each link manually, and record its URL using file.puts ie.url() so I wish watir code to