AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.4" />

 MouseButton

public enum MouseButton
All possible mouse button values that may appear in UI events.

The auxiliary button. In general, the middle button, often combined with a mouse wheel.

Primary = 0

The primary button of the device. In general, the left button or the only button on single-button devices, used to activate a user interface control or select text.

The secondary button. In general, the right button, often used to display a context menu.