E2E\WebDriverShortcuts::type PHP Метод

type() защищенный Метод

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