DomClick Method (DomElement)

Class

DomElement.

Action

Invokes a click using the DOM API. Alternatively you can invoke the Click function which will use low level replay for DomElements and subclasses.

Syntax

C#
element.DomClick([button, pos])
VB
element.DomClick([button, pos])
Variable Description
button Optional: The mouse button to press. Values include: 1=left, 2=right,3=center,... MouseButton.
pos Optional: The coordinates (relative to the window) at which to click. Point.