Form GetHtmlElement Method (Int32)C# API
Gets the nth HtmlElement object in this Form.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public HtmlElement GetHtmlElement(
	int index
)

Parameters

index
Type: System Int32
The index of the HtmlElement to get.

Return Value

The nth HtmlElement in this Form.
Exceptions

See Also