GetValueFromElementByTagAsync

Parent Previous Next

GetValueFromElementByTagAsync

Description: the method returns the value from the specified element

Syntax: GetValueFromElementByTagAsync(string tag, int index)

Return value: string


Example:

string value = await tester.GetValueFromElementByTagAsync("input", 0);

Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor