From: Geoff Cheshire Date: 2007-01-18T05:35:23+09:00 Subject: Re: Attach to running IE instance without watir? David Mullet wrote: > Each item in the the shell's Windows collection is an actual > InternetExplorer object, so once you get to that object you will > utilize the standard IE object's properties and methods: > > ie.LocationUrl > ie.LocationName > > Here's some IE object docs: > > http://msdn.microsoft.com/workshop/browser/webbrowser/reflist_vb.asp That's it! window.LocationUrl was the ticket. Thanks for your help! -Geoff -- Posted via http://www.ruby-forum.com/.