GetCountElementsByClassAsync

Parent Previous Next

GetCountElementsByClassAsync

Description: the method returns the number of found items

Syntax: GetCountElementsByClassAsync(string _class)

Return value: int


Example:

int count = await tester.GetCountElementsByClassAsync("my-element");

Created with the Personal Edition of HelpNDoc: Produce electronic books easily