DMElement.DoubleClick Method
Definition
Simulates a double-click on the focused element.
public override void DoubleClick()
Examples
tab0.Button ("//BUTTON[normalize-space()=\"Log In\"]", "//BUTTON[normalize-space(text())=\"Log In\"]", "//BUTTON[@TYPE=\"submit\"]").DoubleClick ();