Method: PageObject#navigate_to

Defined in:
lib/page-object.rb

navigate to the provided url

Parameters:

  • the (String)

    full url to navigate to



147
148
149
# File 'lib/page-object.rb', line 147

def navigate_to(url)
  platform.navigate_to(url)
end