DMElement.DoubleClick Method

Definition

Simulates a double-click on the focused element.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public override void DoubleClick()
public override void DoubleClick()
public override void DoubleClick()

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
tab0.Button ("//BUTTON[normalize-space()=\"Log In\"]", "//BUTTON[normalize-space(text())=\"Log In\"]", "//BUTTON[@TYPE=\"submit\"]").DoubleClick ();
tab0.Button ("//BUTTON[normalize-space()=\"Log In\"]", "//BUTTON[normalize-space(text())=\"Log In\"]", "//BUTTON[@TYPE=\"submit\"]").DoubleClick ();
tab0.Button ("//BUTTON[normalize-space()=\"Log In\"]", "//BUTTON[normalize-space(text())=\"Log In\"]", "//BUTTON[@TYPE=\"submit\"]").DoubleClick ();