_generated\AcceptanceTesterActions::wait PHP Method

wait() public method

Wait for $timeout seconds.
See also: Codeception\Module\WebDriver::wait()
public wait ( integer $timeout )
$timeout integer secs
    public function wait($timeout)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('wait', func_get_args()));
    }
AcceptanceTesterActions