Name

Parent Previous Next

Name

Description: the variable returns or receives the Name data

Syntax: string Name { get; set; }


Example:

HTMLElement element = await tester.GetElementAsync(Tester.BY_XPATH, "//*[@id='MyInput']");

tester.ConsoleMsg("NAME: " + element.Name);

Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator