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 to a browser, initialized to the base url specified in environments.yml
  • site.origin – returns the base url
  • goto url – go to a url; url is relative to the base url. use “goto ’’” to go to the origin.

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

Clone this wiki locally