SetStyleInElementByTagAsync

Parent Previous Next

SetStyleInElementByTagAsync

Описание: метод устанавливает стиль элемента

Синтаксис: SetStyleInElementByTagAsync(string tag, int index, string cssText)

Возвращаемое значение: отсутствует


Пример:

await tester.SetStyleInElementByTagAsync("h2", 0, "background-color: #123456;");

Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator