SetTextInElementByNameAsync
Description: the method inserts text into the specified element
Syntax: SetTextInElementByNameAsync(string name, int index, string text)
Return value: no return value
Example:
await tester.SetTextInElementByNameAsync("MyElement", 0, "текст");
Created with the Personal Edition of HelpNDoc: Full-featured Kindle eBooks generator