Method: Watir::IE#url
- Defined in:
- lib/watir/ie-class.rb
#url ⇒ Object
returns the current url, as displayed in the address bar of the browser
464 465 466 |
# File 'lib/watir/ie-class.rb', line 464 def url return @ie.LocationURL end |