Uses of Enum Class
org.openqa.selenium.devtools.v141.input.Input.DispatchKeyEventType
Packages that use Input.DispatchKeyEventType
-
Uses of Input.DispatchKeyEventType in org.openqa.selenium.devtools.v141.input
Methods in org.openqa.selenium.devtools.v141.input that return Input.DispatchKeyEventTypeModifier and TypeMethodDescriptionstatic Input.DispatchKeyEventTypeInput.DispatchKeyEventType.fromString(String s) static Input.DispatchKeyEventTypeReturns the enum constant of this class with the specified name.static Input.DispatchKeyEventType[]Input.DispatchKeyEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.input with parameters of type Input.DispatchKeyEventTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Input.dispatchKeyEvent(Input.DispatchKeyEventType type, Optional<Integer> modifiers, Optional<TimeSinceEpoch> timestamp, Optional<String> text, Optional<String> unmodifiedText, Optional<String> keyIdentifier, Optional<String> code, Optional<String> key, Optional<Integer> windowsVirtualKeyCode, Optional<Integer> nativeVirtualKeyCode, Optional<Boolean> autoRepeat, Optional<Boolean> isKeypad, Optional<Boolean> isSystemKey, Optional<Integer> location, Optional<List<String>> commands) Dispatches a key event to the page.