HtmlControlMouseClick Method (MouseClickType)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Uses the Desktop.Mouse object to move the mouse to the absolute center of this HtmlControl and simulate a left mouse click. Be sure this HtmlControl is visible in the browser window first. Call ScrollToVisible(ScrollToVisibleType) or ScrollToVisible(ScrollToVisibleType, Rectangle)first if the element could be currently outside of the browsers window.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual void MouseClick(
	MouseClickType clicktType
)

Parameters

clicktType
Type: ArtOfTest.WebAii.CoreMouseClickType
Mouse Click Type
See Also

Reference