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  int

Click (int x, int y, bool isScroll)

public virtual void Click(int x, int y, bool isScroll)

Parameters

 x  int

 y  int

 isScroll  bool

Where isScroll indicates a mouse wheel click.