BrowserGetNetworkAsync
Description: the method returns all current messages from the network in json format
Syntax: BrowserGetNetworkAsync()
Return value: string
Example:
string events = await tester.BrowserGetNetworkAsync();
tester.ConsoleMsg(events);
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator