GetCountElementsByTagAsync

Parent Previous Next

GetCountElementsByTagAsync

Описание: метод возвращает количество найденных элементов

Синтаксис: GetCountElementsByTagAsync(string tag)

Возвращаемое значение: целое число (int)


Пример:

int count = await tester.GetCountElementsByTagAsync("h2");

Created with the Personal Edition of HelpNDoc: Write eBooks for the Kindle