BrowserBasicAuthenticationAsync

Parent Previous Next

BrowserBasicAuthenticationAsync

Description: the browser's navigation method performs the forward action with the specified wait in seconds

Syntax: BrowserBasicAuthenticationAsync(string user, string pass)

Return value: no return value


Example:

Tester tester = new Tester(browserForm);

await tester.BrowserBasicAuthenticationAsync("user", "pass");

await tester.TestBeginAsync();

await tester.GoToUrlAsync("http://test.ru/basic_auth.html", 5);

await tester.TestEndAsync();

Created with the Personal Edition of HelpNDoc: Easily create EBooks