FileDownloadAsync
Описание: метод скачивает файла по указанному URL
Синтаксис: FileDownloadAsync(string fileURL, string filename, int waitingSec = 60)
Возвращаемое значение: отсутствует
Пример:
await tester.FileDownloadAsync("https://somovstudio.github.io/img/logo.png", "C:\\download\\logo.png", 60);
Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor