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