Sha256: 744acce0de10e51a6ee62164047a903f85b6bd20ee5dcf8991981a59c9cb5519
Contents?: true
Size: 372 Bytes
Versions: 26
Compression:
Stored size: 372 Bytes
Contents
module TestCentricity module Elements class Link < UIElement def initialize(name, parent, locator, context) super @type = :link end # Return link object's href property # # @return [String] # @example # contact_us_link.href # def href get_attribute('href') end end end end
Version data entries
26 entries across 26 versions & 1 rubygems