_generated\WebGuyActions::debugWebDriverLogs PHP Method

debugWebDriverLogs() public method

Print out latest Selenium Logs in debug mode
See also: Codeception\Module\WebDriver::debugWebDriverLogs()
public debugWebDriverLogs ( )
    public function debugWebDriverLogs()
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('debugWebDriverLogs', func_get_args()));
    }
WebGuyActions