navigate to the provided url
Parameters:
full url to navigate to
147 148 149
# File 'lib/page-object.rb', line 147 def navigate_to(url) platform.navigate_to(url) end