DMElement.Click Method

Definition

Simulates a mouse click on the focused element.

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

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\"]").Click ();
tab0.Button ("//BUTTON[normalize-space()=\"Log In\"]", "//BUTTON[normalize-space(text())=\"Log In\"]", "//BUTTON[@TYPE=\"submit\"]").Click ();
tab0.Button ("//BUTTON[normalize-space()=\"Log In\"]", "//BUTTON[normalize-space(text())=\"Log In\"]", "//BUTTON[@TYPE=\"submit\"]").Click ();