Click or drag to resize

MouseExtensions Class

The mouse input simulation service extension methods.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Input.MouseMouseExtensions

Namespace:  DotNetBrowser.Input.Mouse
Assembly:  DotNetBrowser.Core (in DotNetBrowser.Core.dll) Version: 2.16.0
Syntax
C#
public static class MouseExtensions
Methods
  NameDescription
Public methodStatic memberSimulateClick(IMouse, MouseButton, IElement)
Simulate mouse button click at the specified element.
Public methodStatic memberSimulateClick(IMouse, MouseButton, Point)
Simulate mouse button click at the specified location.
Top
See Also