ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.SetText(targetElement, text) method
Namespaces > ArtOfTest.WebAii.Core > Actions > SetText(Element, String)
Set the text of a textbox or textarea.
Syntax
C#
public virtual void SetText (
	Element targetElement,
	string text
)
Parameters
targetElement (Element)
The target element.
text (String)
The text to set

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)