lib/watir-webdriver/elements/link.rb in watir-webdriver-0.6.9 vs lib/watir-webdriver/elements/link.rb in watir-webdriver-0.6.10
- old
+ new
@@ -11,9 +11,9 @@
#
# @todo temporarily add href attribute
#
# @see https://www.w3.org/Bugs/Public/show_bug.cgi?id=23192
#
- attributes :string => [:href]
+ attribute String, :href, :href
end # Anchor
end # Watir