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