GoToUrlAsync

Parent Previous Next

GoToUrlAsync

Description: the method loads the website at the specified URL with the specified wait in seconds

The abortLoadAfterTime flag automatically completes page loading after the timer is completed

Syntax: GoToUrlAsync(string url, int sec, bool abortLoadAfterTime = false)

Return value: no return value


Example:

await tester.GoToUrlAsync(@"https://www.google.com/", 25);

Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator