Sha256: 78a7c947cb8cf094e8b0ba8463e9540f5c573969488b8c5fb34abe620521158a

Contents?: true

Size: 263 Bytes

Versions: 3

Compression:

Stored size: 263 Bytes

Contents

module Symbiont
  module Accessor
    # @param element [Symbol] name of Watir-based object
    # @param locator [Hash] locators for referencing the element
    def reference_element(element, locator)
      driver.send(element, locator)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
symbiont-0.6.0 lib/symbiont/accessor.rb
symbiont-0.5.0 lib/symbiont/accessor.rb
symbiont-0.4.0 lib/symbiont/accessor.rb