Id
Описание: переменная возвращает или получает данные ID
Синтаксис: string Id { get; set; }
Пример:
HTMLElement element = await tester.GetElementAsync(Tester.BY_XPATH, "//*[@id='MyInput']");
tester.ConsoleMsg("ID: " + element.Id);
Created with the Personal Edition of HelpNDoc: Full-featured Help generator