Enum MouseButton
- Namespace
- OpenQA.Selenium.Interactions
- Assembly
- WebDriver.dll
Specifies the button used during a pointer down or up action.
public enum MouseButton
Fields
Back = 3The X1 button used for navigating back.
Forward = 4The X2 button used for navigating forward.
Left = 0The button used is the primary button.
Middle = 1The button used is the middle button or mouse wheel.
Right = 2The button used is the secondary button.
Touch = 0This button is used for signifying touch actions.