GetValueFromElementByClassAsync
Description: the method returns the value from the specified element
Syntax: GetValueFromElementByClassAsync(string _class, int index)
Return value: string
Example:
string value = await tester.GetValueFromElementByClassAsync("my-element", 0);
Created with the Personal Edition of HelpNDoc: Generate Kindle eBooks with ease