コード例 #1
0
ファイル: WebDriverWrapper.cs プロジェクト: ViaMay/Autotest
 public string[] GetDownloadedFileNames()
 {
     return(WebDriverDownloadDirectory.GetDownloadedFileNames());
 }
コード例 #2
0
ファイル: WebDriverWrapper.cs プロジェクト: ViaMay/Autotest
 public void WaitDownloadFiles(int expectedCountFiles, int maximalWaitTime = 15000, int sleepInterval = 100)
 {
     WebDriverDownloadDirectory.WaitDownloadFiles(expectedCountFiles, maximalWaitTime, sleepInterval);
 }
コード例 #3
0
ファイル: WebDriverWrapper.cs プロジェクト: ViaMay/Autotest
 public void CleanDownloadDirectory()
 {
     WebDriverDownloadDirectory.Clean();
 }