FindElementByIdAsync

Parent Previous Next

FindElementByIdAsync

Description: the method searches for an element in the DOM with a wait in seconds and returns a logical result true or false

Syntax: FindElementByIdAsync(string id, int sec)

Return value: bool (true or false)


Example:

bool result = await tester.FindElementByIdAsync("MyElement", 5);

Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation