Class: Appom::Page

Inherits:
Object
  • Object
show all
Includes:
Appium, ElementContainer, ElementFinder
Defined in:
lib/appom/page.rb

Instance Method Summary collapse

Methods included from ElementFinder

#_all, #_check_has_element, #_find, #wait_until, #wait_until_get_not_empty

Methods included from ElementContainer

included, #merge_args, #raise_if_block

Instance Method Details

#pageObject



7
8
9
# File 'lib/appom/page.rb', line 7

def page
  @page || Appom.driver
end