Java org.openqa.selenium Keys fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium Keys fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium Keys.

The text is from its open source code.

Field

KeysNULL
KeysCANCEL
KeysHELP
KeysBACK_SPACE
KeysTAB
KeysCLEAR
KeysRETURN
KeysENTER
KeysSHIFT
KeysLEFT_SHIFT
KeysCONTROL
KeysLEFT_CONTROL
KeysALT
KeysLEFT_ALT
KeysPAUSE
KeysESCAPE
KeysSPACE
KeysPAGE_UP
KeysPAGE_DOWN
KeysEND
KeysHOME
KeysLEFT
KeysARROW_LEFT
KeysUP
KeysARROW_UP
KeysRIGHT
KeysARROW_RIGHT
KeysDOWN
KeysARROW_DOWN
KeysINSERT
KeysDELETE
KeysSEMICOLON
KeysEQUALS
KeysNUMPAD0
KeysNUMPAD1
KeysNUMPAD2
KeysNUMPAD3
KeysNUMPAD4
KeysNUMPAD5
KeysNUMPAD6
KeysNUMPAD7
KeysNUMPAD8
KeysNUMPAD9
KeysMULTIPLY
KeysADD
KeysSEPARATOR
KeysSUBTRACT
KeysDECIMAL
KeysDIVIDE
KeysF1
KeysF2
KeysF3
KeysF4
KeysF5
KeysF6
KeysF7
KeysF8
KeysF9
KeysF10
KeysF11
KeysF12
KeysMETA
KeysCOMMAND

Method

charcharAt(int index)
Stringchord(CharSequence... value)
Simulate pressing many keys at once in a "chord".
Stringchord(Iterable value)
KeysgetKeyFromUnicode(char key)
Get the special key representation, Keys , of the supplied character if there is one.
StringtoString()