GetCountElementsByTagAsync
Description: the method returns the number of found items
Syntax: GetCountElementsByTagAsync(string tag)
Return value: int
Example:
int count = await tester.GetCountElementsByTagAsync("h2");
Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files