E2E\WebDriverShortcuts::type PHP 메소드

type() 보호된 메소드

Type a string.
protected type ( $string )
$string
    protected function type($string)
    {
        $this->driver->getKeyboard()->sendKeys($string);
        return $this;
    }