Class: SeleniumPlus::Page

Inherits:
Object
  • Object
show all
Extended by:
Container
Includes:
Finders
Defined in:
lib/selenium_plus/page_obj/page.rb

Instance Method Summary collapse

Methods included from Container

element, elements, section

Methods included from Finders

#find, #find_all

Instance Method Details

#goto(url) ⇒ Object



6
7
8
# File 'lib/selenium_plus/page_obj/page.rb', line 6

def goto(url)
  SeleniumPlus.driver.visit(url)
end