Package org.openqa.selenium.interactions
Class KeyInput
java.lang.Object
org.openqa.selenium.interactions.KeyInput
- All Implemented Interfaces:
Encodable,InputSource
Models akey input source.
Constructor Summary
ConstructorsMethod 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