Try this:
 
irb
require 'watir'
ie = Watir::IE.attach(:title, //)
ie.url
 
Zeljko


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of saud aziz
Sent: Tuesday, July 05, 2005 7:56 AM
To: [email protected]
Subject: [Wtr-general] Testing for current page link

How can one check for case where you want to be sure that you are on correct page? is ther any method to check for current UrL?

--
If you develop an ear for sounds that are musical it is like developing an ego. You begin to refuse sounds that are not musical and that way cut yourself off from a good deal of experience. -John Cage

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to