SetValueInElementByNameAsync
Description: the method inserts value into the specified element
Syntax: SetValueInElementByNameAsync(string name, int index, string value)
Return value: no return value
Example:
await tester.SetValueInElementByNameAsync("MyElement", 0, "value");
Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad