Class
Description: the variable returns or receives Class data
Syntax: string Class { get; set; }
Example:
HTMLElement element = await tester.GetElementAsync(Tester.BY_XPATH, "//*[@id='MyInput']");
tester.ConsoleMsg("CLASS: " + element.Class);
Created with the Personal Edition of HelpNDoc: Free help authoring tool