WaitVisibleElementByNameAsync

Parent Previous Next

WaitVisibleElementByNameAsync

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

Синтаксис: WaitVisibleElementByNameAsync(string name, int index, int sec)

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


Пример:

await tester.WaitVisibleElementByNameAsync("MyElement", 25);

Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications