Sha256: 7fd75763d7469ac9950410baad21f8e5e4aaf63c1d0e05b0cf343bf924352a2d

Contents?: true

Size: 453 Bytes

Versions: 9

Compression:

Stored size: 453 Bytes

Contents

module Fluent
  module Platforms
    module WatirWebDriver
      
      def self.create_platform_object_for(driver)
        require 'fluent/platform_watir/platform_object'
        return WatirWebDriver::PlatformObject.new(driver)
      end
      
      def self.works_with?(driver)
        driver.is_a?(::Watir::Browser)
      end
      
    end
  end
end

Fluent::Platforms.register(:watir_webdriver, Fluent::Platforms::WatirWebDriver)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fluent-0.7.5 lib/fluent/platform_watir.rb
fluent-0.7.4 lib/fluent/platform_watir.rb
fluent-0.7.3 lib/fluent/platform_watir.rb
fluent-0.7.2 lib/fluent/platform_watir.rb
fluent-0.7.1 lib/fluent/platform_watir.rb
fluent-0.7.0 lib/fluent/platform_watir.rb
fluent-0.6.0 lib/fluent/platform_watir.rb
fluent-0.5.0 lib/fluent/platform_watir.rb
fluent-0.4.0 lib/fluent/platform_watir.rb