Action
Invokes a double click using the DOM API. Alternatively you can invoke the DoubleClick function which will use low level replay
for DomElements and subclasses. This method is not supported for mobile web applications.
Syntax
element.DomDoubleClick([button, pos, modifiers])
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.
|
modifiers |
Optional: currently has no effect, and will be removed in future product versions. ModifierKeys.
|