WaitNotVisibleElementByNameAsync

Parent Previous Next

WaitNotVisibleElementByNameAsync

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

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

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


Пример:

await tester.WaitNotVisibleElementByNameAsync("MyElement", 0, 25);

Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software