Sha256: d10d48d41418284a16c44699c67e7773e5ae4a1974479dcfbbed0d0475bf155b
Contents?: true
Size: 396 Bytes
Versions: 10
Compression:
Stored size: 396 Bytes
Contents
module Fluent module WebElements class Hidden < WebElement def initialize(web_element, platform) @web_element = web_element include_platform_specifics_for platform end def include_platform_specifics_for(platform) super end end ::Fluent::WebElements.class_for_tag[:hidden] = ::Fluent::WebElements::Hidden end end
Version data entries
10 entries across 10 versions & 1 rubygems