FindVisibleElementByClassAsync
Описание: метод выполняет поиск визуально отображаемого элемента с ожиданием в секундах и возвращает логический результат true или false
Синтаксис: FindVisibleElementByClassAsync(string _class, int index, int sec)
Возвращаемое значение: логическое (true или false)
Пример:
bool result = await tester.FindVisibleElementByClassAsync("my-element", 0, 5);
Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software