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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateKeyDown(int codePoint) createKeyUp(int codePoint) encode()getName()
-
Constructor Details
-
KeyInput
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceInputSource
-
getInputType
- Specified by:
getInputTypein interfaceInputSource
-
createKeyDown
-
createKeyUp
-
encode
-