Sha256: 6a2aa8071d399aa5be203923b577069c5106558d4e521f5b0e24e06a767393bd

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
fluent-0.1.0 lib/fluent/web_elements/text_field.rb