Type

Parent Previous Next

Type

Описание: переменная возвращает или получает данные Type

Синтаксис: string Type { get; set; }


Пример:

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

tester.ConsoleMsg("TYPE: " + element.Type);

Created with the Personal Edition of HelpNDoc: Generate EPub eBooks with ease