GoToUrlBaseAuthAsync
Description: the method loads the website at the specified URL during basic authorization with the specified wait in seconds
The abortLoadAfterTime flag automatically completes page loading after the timer is completed
Syntax: GoToUrlBaseAuthAsync(string url, string login, string pass, int sec, bool abortLoadAfterTime = false)
Return value: no return value
Example:
await tester.GoToUrlBaseAuthAsync("https://dev.site.com", "login", "pass", 25);
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator