Sha256: 7526cc29b4723dc867d13cc548038e11740960f3944e69944155cc7c122c3937

Contents?: true

Size: 245 Bytes

Versions: 3

Compression:

Stored size: 245 Bytes

Contents

# encoding: utf-8
module Watir
  class Area < HTMLElement

    #
    # @todo temporarily add href attribute
    #
    # @see https://www.w3.org/Bugs/Public/show_bug.cgi?id=23192
    #
    attribute String, :href, :href

  end # Area
end # Watir

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
watir-webdriver-0.7.0 lib/watir-webdriver/elements/area.rb
watir-webdriver-0.6.11 lib/watir-webdriver/elements/area.rb
watir-webdriver-0.6.10 lib/watir-webdriver/elements/area.rb