SetAttributeInElementByTagAsync

Parent Previous Next

SetAttributeInElementByTagAsync

Описание: метод вставляет атрибут со значением в указанный элемент 

Синтаксис: SetAttributeInElementByTagAsync(string tag, int index, string attribute, string value)

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


Пример:

await tester.SetAttributeInElementByTagAsync("input", 0, "value",  "значение");

Created with the Personal Edition of HelpNDoc: Create iPhone web-based documentation