Sha256: d8f1556bdefa9c0ebba5addf2b11b8a9468592206bdb85f64974bf723e41f789

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 Bytes

Contents

module Fluent
  module WebElements
    class Button < 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
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-0.2.0 lib/fluent/web_elements/button.rb
fluent-0.1.0 lib/fluent/web_elements/button.rb