BrowserGetErrorsAsync

Parent Previous Next

BrowserGetErrorsAsync

Description: the method returns a list of browser errors and warnings

Syntax: BrowserGetErrorsAsync()

Return value: List


Example:

List<string> errors = await tester.BrowserGetErrorsAsync();

foreach (string error in errors)

{

       tester.ConsoleMsg(error);

}

Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor