module Pagetience::DSL

Public Instance Methods

current_page() click to toggle source
# File lib/pagetience/dsl.rb, line 5
def current_page
  @browser.current_page
end
wait_for_element(sym) click to toggle source
# File lib/pagetience/dsl.rb, line 9
def wait_for_element(sym)
  @browser.current_page.wait_for_element sym
end