Enum InputDeviceKind
- Namespace
- OpenQA.Selenium.Interactions
- Assembly
- WebDriver.dll
Enumerated values for the kinds of devices available.
public enum InputDeviceKind
Fields
Key = 1Represents a key-based device, primarily for entering text.
None = 0Represents the null device.
Pointer = 2Represents a pointer-based device, such as a mouse, pen, or stylus.
Wheel = 3Represents a wheel device.