WebDriverKeyboard
in
Table of Contents
Methods
- pressKey() : $this
- Press a key
- releaseKey() : $this
- Release a key
- sendKeys() : $this
- Send a sequence of keys.
Methods
pressKey()
Press a key
public
pressKey(string $key) : $this
Parameters
- $key : string
Tags
Return values
$thisreleaseKey()
Release a key
public
releaseKey(string $key) : $this
Parameters
- $key : string
Tags
Return values
$thissendKeys()
Send a sequence of keys.
public
sendKeys(string $keys) : $this
Parameters
- $keys : string