Enum MouseButton
- Namespace
- OpenQA.Selenium.Interactions
- Assembly
- WebDriver.dll
Specifies the button used during a pointer down or up action.
public enum MouseButton
Fields
Left = 0
The button used is the primary button.
Middle = 1
The button used is the middle button or mouse wheel.
Right = 2
The button used is the secondary button.