Sha256: 66f4f852b8f6089b9f17d4b67822d754f33705ddf675b63495c1555d066e553a

Contents?: true

Size: 204 Bytes

Versions: 2

Compression:

Stored size: 204 Bytes

Contents

module RainforestRubyRuntime
  module Drivers
    class Selenium
      def initialize(options)
        @options = options
      end

      def call
        # No configuration
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rainforest_ruby_runtime-0.0.2 lib/rainforest_ruby_runtime/drivers/selenium.rb
rainforest_ruby_runtime-0.0.1 lib/rainforest_ruby_runtime/drivers/selenium.rb