| 程序包 | 说明 |
|---|---|
| org.openqa.selenium.interactions | |
| org.openqa.selenium.interactions.internal |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyDownAction
Emulates key press only, without the release.
|
class |
KeyUpAction
Emulates key release only, without the press.
|
class |
SendKeysAction
Sending a sequence of keys to an element.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SingleKeyAction
Used both by KeyDownAction and KeyUpAction
|