SetTextAsync

Parent Previous Next

SetTextAsync

Description: the method inserts text into the element 

Syntax: SetTextAsync(string text);

Return value: no return value


Example:

await element.SetTextAsync("this is a test text");

Created with the Personal Edition of HelpNDoc: Easily create Help documents