Uses of Enum Class
org.openqa.selenium.Keys

Packages that use Keys
Package
Description
 
  • Uses of Keys in org.openqa.selenium

    Subclasses with type arguments of type Keys in org.openqa.selenium
    Modifier and Type
    Class
    Description
    enum 
    Representations of pressable keys that aren't text.
    Methods in org.openqa.selenium that return Keys
    Modifier and Type
    Method
    Description
    static @Nullable Keys
    Keys.getKeyFromUnicode(char key)
    Retrieves the Keys enum constant corresponding to the given Unicode character.
    static Keys
    Keys.valueOf(String name)
    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.