GetStyleFromElementByClassAsync

Parent Previous Next

GetStyleFromElementByClassAsync

Description: the method returns the style of the element from the specified property

Syntax: GetStyleFromElementByClassAsync(string _class, int index, string property)

Return value: string


Example:

string style = await tester.GetStyleFromElementByClassAsync("text-field", 0, "border");

Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites