_generated\AcceptanceTesterActions::amOnUrl PHP 메소드

amOnUrl() 공개 메소드

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 ?>
또한 보기: Codeception\Module\WebDriver::amOnUrl()
public amOnUrl ( $url )
    public function amOnUrl($url)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Condition('amOnUrl', func_get_args()));
    }
AcceptanceTesterActions