SetTextInElementByClassAsync
Description: the method inserts text into the specified element
Syntax: SetTextInElementByClassAsync(string _class, int index, string text)
Return value: no return value
Example:
await tester.SetTextInElementByClassAsync("my-element", 0, "текст");
Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator