DMBrowser.Click Method
Definition
Simulates a mouse click at the position of the cursor or specified screen coordinates.
Overloads
Click (int x, int y)
public virtual void Click(int x, int y)
Parameters
x int y intClick (int x, int y, bool isScroll)
public virtual void Click(int x, int y, bool isScroll)
Parameters
x int y int isScroll boolWhere isScroll indicates a mouse wheel click.