Sha256: d8af291db867bdec5a55c5193e4571cb9dcba54f5c28e070b6971ed89dc96e5c
Contents?: true
Size: 256 Bytes
Versions: 4
Compression:
Stored size: 256 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) browser.send(element, *locator) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
symbiont-1.1.2 | lib/symbiont/accessor.rb |
symbiont-1.1.0 | lib/symbiont/accessor.rb |
symbiont-1.0.0 | lib/symbiont/accessor.rb |
symbiont-0.14.0 | lib/symbiont/accessor.rb |