_generated\WebGuyActions::seeInPageSource PHP Метод

seeInPageSource() публичный метод

Checks that the page source contains the given string. php seeInPageSource('
См. также: Codeception\Module\WebDriver::seeInPageSource()
public seeInPageSource ( $text )
$text
    public function seeInPageSource($text)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seeInPageSource', func_get_args()));
    }
WebGuyActions