Skip to content
bret edited this page Sep 13, 2010 · 14 revisions

The following commands can be used in tests or in script\console

  • browser – access the browser
  • site.origin – returns the base url of the environment
  • goto url – go to a url; url is relative to the base url.

These are two different ways of doing the same thing:

browser.goto site.origin
goto ''

In addition, you can access any page. E.g. @home_page will return an instance of HomePage.

Clone this wiki locally