GetValueFromElementByNameAsync
Description: the method returns the value from the specified element
Syntax: GetValueFromElementByNameAsync(string name, int index)
Return value: строка (string)
Example:
string value = await tester.GetValueFromElementByNameAsync("MyElement", 0);
Created with the Personal Edition of HelpNDoc: Full-featured Help generator