Type
Description: the variable returns or receives Type data
Syntax: string Type { get; set; }
Example:
HTMLElement element = await tester.GetElementAsync(Tester.BY_XPATH, "//*[@id='MyInput']");
tester.ConsoleMsg("TYPE: " + element.Type);
Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications