GetStyleFromElementByNameAsync
Description: the method returns the style of the element from the specified property
Syntax: GetStyleFromElementByNameAsync(string name, int index, string property)
Return value: string
Example:
string style = await tester.GetStyleFromElementByNameAsync("pass", 0, "height");
Created with the Personal Edition of HelpNDoc: Produce electronic books easily