SetTextInElementByIdAsync
Description: the method inserts text into the specified element
Syntax: SetTextInElementByIdAsync(string id, string text)
Return value: no return value
Example:
await tester.SetTextInElementByIdAsync("MyElement", "текст");
Created with the Personal Edition of HelpNDoc: Free EPub producer