GetStyleFromElementByTagAsync
Описание: метод возвращает стиль элемента из указанного свойства
Синтаксис: GetStyleFromElementByTagAsync(string tag, int index, string property)
Возвращаемое значение: строка (string)
Пример:
string style = await tester.GetStyleFromElementByTagAsync("h2", 0, "width");
Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator