lib/fluent/web_elements/option.rb in fluent-0.2.0 vs lib/fluent/web_elements/option.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[:option] = ::Fluent::WebElements::Option
end
end
\ No newline at end of file