Sha256: 2fabf20aeffff4bf671cb59cc1ee014191a1a4af83688bef4581e0ea4e5ce5ea
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
require 'pagetience' module Pagetience module DSL def current_page @browser.current_page end def wait_for_element(sym) @browser.current_page.wait_for_element sym end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pagetience-0.4.3 | lib/pagetience/dsl.rb |
pagetience-0.4.2 | lib/pagetience/dsl.rb |