Package org.openqa.selenium.interactions
Class KeyInput
java.lang.Object
org.openqa.selenium.interactions.KeyInput
- All Implemented Interfaces:
Encodable
,InputSource
Models a key input source.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateKeyDown
(int codePoint) createKeyUp
(int codePoint) encode()
getName()
-
Constructor Details
-
KeyInput
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceInputSource
-
getInputType
- Specified by:
getInputType
in interfaceInputSource
-
createKeyDown
-
createKeyUp
-
encode
-