From: __ roddik Date: 2009-08-12T16:56:31+09:00 Subject: Re: Can URI retrieve the URL of a webpage when its open? > Is there any way to get the URL of a webpage once it is opened? require 'watir' w = Watir::IE.new u = 'http://somesitewithredirection.com' w.goto(u) puts w.document.URL -- Posted via http://www.ruby-forum.com/.