Uses of Enum Class
org.openqa.selenium.Keys
Packages that use Keys
-
Uses of Keys in org.openqa.selenium
Methods in org.openqa.selenium that return KeysModifier and TypeMethodDescriptionstatic @Nullable Keys
Keys.getKeyFromUnicode
(char key) Get the special key representation,Keys
, of the supplied character if there is one.static Keys
Returns the enum constant of this class with the specified name.static Keys[]
Keys.values()
Returns an array containing the constants of this enum class, in the order they are declared.