GetAttributeFromElementByIdAsync

Parent Previous Next

GetAttributeFromElementByIdAsync

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

Syntax: GetAttributeFromElementByIdAsync(string id, string attribute)

Return value: string


Example:

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

Created with the Personal Edition of HelpNDoc: Easily create Qt Help files