Uses of Class
org.openqa.selenium.Keys
-
Packages that use Keys Package Description org.openqa.selenium org.openqa.selenium.interactions org.openqa.selenium.interactions.internal -
-
Uses of Keys in org.openqa.selenium
Methods in org.openqa.selenium that return Keys Modifier and Type Method Description static KeysKeys. getKeyFromUnicode(char key)Get the special key representation,Keys, of the supplied character if there is one.static KeysKeys. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Keys[]Keys. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Keys in org.openqa.selenium.interactions
Constructors in org.openqa.selenium.interactions with parameters of type Keys Constructor Description KeyDownAction(Keyboard keyboard, Mouse mouse, Locatable locationProvider, Keys key)Deprecated.KeyDownAction(Keyboard keyboard, Mouse mouse, Keys key)Deprecated.KeyUpAction(Keyboard keyboard, Mouse mouse, Locatable locationProvider, Keys key)Deprecated.KeyUpAction(Keyboard keyboard, Mouse mouse, Keys key)Deprecated. -
Uses of Keys in org.openqa.selenium.interactions.internal
Fields in org.openqa.selenium.interactions.internal declared as Keys Modifier and Type Field Description protected KeysSingleKeyAction. keyDeprecated.Constructors in org.openqa.selenium.interactions.internal with parameters of type Keys Constructor Description SingleKeyAction(Keyboard keyboard, Mouse mouse, Locatable locationProvider, Keys key)Deprecated.SingleKeyAction(Keyboard keyboard, Mouse mouse, Keys key)Deprecated.
-