module PageObject::Platforms::WatirWebDriver::Link
Public Instance Methods
href()
click to toggle source
return the href for the link
# File lib/page-object/platforms/watir_webdriver/link.rb, line 9 def href element.href end