FileDownloadAsync
Description: the method downloads the file at the specified URL
Syntax: FileDownloadAsync(string fileURL, string filename, int waitingSec = 60)
Return value: no return value
Example:
await tester.FileDownloadAsync("https://somovstudio.github.io/img/logo.png", "C:\\download\\logo.png", 60);
Created with the Personal Edition of HelpNDoc: Produce electronic books easily