SetTextInElementByIdAsync

Parent Previous Next

SetTextInElementByIdAsync

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

Синтаксис: SetTextInElementByIdAsync(string id, string text)

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


Пример:

await tester.SetTextInElementByIdAsync("MyElement", "текст");

Created with the Personal Edition of HelpNDoc: Full-featured EBook editor