interface WebDriverKeyboard (View source)

Methods

$this
sendKeys(string $keys)

Send a sequence of keys.

$this
pressKey(string $key)

Press a key

$this
releaseKey(string $key)

Release a key

Details

$this sendKeys(string $keys)

Send a sequence of keys.

Parameters

string $keys

Return Value

$this

$this pressKey(string $key)

Press a key

Parameters

string $key

Return Value

$this

See also

WebDriverKeys

$this releaseKey(string $key)

Release a key

Parameters

string $key

Return Value

$this

See also

WebDriverKeys