lib/fluent/web_elements/link.rb in fluent-0.2.0 vs lib/fluent/web_elements/link.rb in fluent-0.3.0

- old
+ new

@@ -10,7 +10,9 @@ def include_platform_specifics_for(platform) super end end + + ::Fluent::WebElements.class_for_tag[:a] = ::Fluent::WebElements::Link end end \ No newline at end of file