_generated\AcceptanceTesterActions::typeInPopup PHP Method

typeInPopup() public method

Enters text into a native JavaScript prompt popup, as created by window.prompt.
See also: Codeception\Module\WebDriver::typeInPopup()
public typeInPopup ( $keys )
$keys
    public function typeInPopup($keys)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('typeInPopup', func_get_args()));
    }
AcceptanceTesterActions