[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
http://groups.google.com/group/watir-general
watir-general+unsubscr...@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 recognize that I have clicked a new link, and
whenever I click new link, record its URL in the text file.

thanks.

On Aug 29, 5:19 am, Alister Scott alister.sc...@gmail.com wrote:
 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
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com