| Icon | Member | Description |
|---|---|---|
| Click()()() |
Clicks the left mouse button.
| |
| Click(MouseButtons) |
Clicks the specified mouse buttons.
| |
| Click(MouseButtons, Duration) |
Clicks the specified mouse buttons.
| |
| Click(MouseButtons, Int32, Duration) |
Clicks the specified mouse buttons the specified number of times.
| |
| Click(Element) |
Clicks on the element with the left mouse button.
| |
| Click(Element, MouseButtons) |
Clicks on the element with the specified mouse buttons.
| |
| Click(Element, Location) |
Clicks on the element with the left mouse button at a specific location location.
| |
| Click(Element, Duration) |
Clicks on the element with the left mouse button.
| |
| Click(Element, MouseButtons, Location) |
Clicks on the element with the specified mouse buttons at a specific location location.
| |
| Click(Element, MouseButtons, Int32) |
Clicks on the element with the specified mouse buttons the specified number of times.
| |
| Click(Element, MouseButtons, Duration) |
Clicks on the element with the specified mouse buttons.
| |
| Click(Element, Location, Duration) |
Clicks on the element at a specific location.
| |
| Click(Element, Int32, Duration) |
Clicks on the element with the left mouse button the specified number of times.
| |
| Click(Element, MouseButtons, Location, Int32) |
Clicks on the element with the specified mouse buttons at a given location the specified number of times.
| |
| Click(Element, MouseButtons, Location, Duration) |
Clicks on the element with the specified mouse buttons at a given location.
| |
| Click(Element, MouseButtons, Int32, Duration) |
Clicks on the element with the specified mouse buttons the specified number of times.
| |
| Click(Element, Location, Int32, Duration) |
Clicks on the element at a specific location, with the left mouse button, the specified number of times.
| |
| Click(Element, MouseButtons, Location, Int32, Duration) |
Clicks at the specified location relative to the element with the specified mouse
buttons the specified number of times.
| |
| Click(Int32, Int32) |
Clicks at point with the left mouse button.
| |
| Click(Point) |
Clicks at point with the left mouse button.
| |
| Click(Int32, Int32, MouseButtons) |
Clicks at point with the specified mouse buttons.
| |
| Click(Point, MouseButtons) |
Clicks at point with the specified mouse buttons.
| |
| Click(Int32, Int32, Duration) |
Clicks at point with the left mouse button.
| |
| Click(Point, Duration) |
Clicks at point with the left mouse button.
| |
| Click(Int32, Int32, MouseButtons, Duration) |
Clicks at point with the specified mouse buttons.
| |
| Click(Point, MouseButtons, Duration) |
Clicks at point with the specified mouse buttons.
| |
| Click(Int32, Int32, Int32, Duration) |
Clicks at point with the left mouse button the specified number of times.
| |
| Click(Point, Int32, Duration) |
Clicks at point with the left mouse button the specified number of times.
| |
| Click(Int32, Int32, MouseButtons, Int32, Duration) |
Clicks at point with the specified mouse buttons the specified number of times.
| |
| Click(Point, MouseButtons, Int32, Duration) |
Clicks at point with the specified mouse buttons the specified number of times.
|
