module PageObject::Platforms::LdsWatirWebDriver::Link

Public Instance Methods

href() click to toggle source

return the href for the link

# File lib/page-object/platforms/lds_watir_webdriver/link.rb, line 9
def href
  element.href
end