GetStyleFromElementByTagAsync
Description: the method returns the style of the element from the specified property
Syntax: GetStyleFromElementByTagAsync(string tag, int index, string property)
Return value: string
Example:
string style = await tester.GetStyleFromElementByTagAsync("h2", 0, "width");
Created with the Personal Edition of HelpNDoc: Easily create Qt Help files