Enum PointerKind
- Namespace
- OpenQA.Selenium.Interactions
- Assembly
- WebDriver.dll
Specifies the type of pointer a pointer device represents.
public enum PointerKind
Fields
Mouse = 0
The pointer device is a mouse.
Pen = 1
The pointer device is a pen or stylus.
Touch = 2
The pointer device is a touch screen device.