ClickElementByClassAsync

Parent Previous Next

ClickElementByClassAsync

Description: the method performs a click on the element

Syntax: ClickElementByClassAsync(string _class, int index);

Return value: no return value


Example:

await tester.ClickElementByClassAsync("my-element", 0)

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