GetAttributeFromElementByNameAsync

Parent Previous Next

GetAttributeFromElementByNameAsync

Description: the method returns a lowercase value from the specified attribute in the selected element

Syntax: GetAttributeFromElementByNameAsync(string name, int index, string attribute)

Return value: string


Example:

string value = await tester.GetAttributeFromElementByNameAsync("MyElement", 0, "href");

Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source