GetCountElementsByNameAsync
Описание: метод возвращает количество найденных элементов
Синтаксис: GetCountElementsByNameAsync(string name)
Возвращаемое значение: целое число (int)
Пример:
int count = await tester.GetCountElementsByNameAsync("MyElement");
Created with the Personal Edition of HelpNDoc: Full-featured Help generator