Open web page at the given absolute URL and sets its hostname as the base host.
php
amOnUrl('http://codeception.com');
$I->amOnPage('/quickstart'); // moves to http://codeception.com/quickstart
?>
public amOnUrl ( $url ) |
public amOnUrl ( $url ) |