Set the text of a textbox or textarea.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public virtual void SetText(
	Element targetElement,
	string text
)
Visual Basic (Declaration)
Public Overridable Sub SetText ( _
	targetElement As Element, _
	text As String _
)
Visual C++
public:
virtual void SetText(
	Element^ targetElement, 
	String^ text
)

Parameters

targetElement
Type: ArtOfTest.WebAii.ObjectModel..::.Element
The target element.
text
Type: System..::.String
The text to set

See Also