Id

Parent Previous Next

Id

Description: the variable returns or receives the ID data

Syntax: string Id { get; set; }


Example:

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

tester.ConsoleMsg("ID: " + element.Id);

Created with the Personal Edition of HelpNDoc: Full-featured EBook editor