LoadPageAsync
Description: the method loads a web page at the specified URL with the specified wait time in seconds. The abort Load After Time flag forcibly terminates page loading after the timer ends. Errors when loading the page are ignored and do not cause the autotest to crash.
Syntax: LoadPageAsync(string url, int sec, bool abortLoadAfterTime = false)
Example:
await tester.LoadPageAsync (@"https://www.google.com/", 25, true);
Created with the Personal Edition of HelpNDoc: iPhone web sites made easy