コード例 #1
0
ファイル: FotosPage.cs プロジェクト: edilonandrade/SGP
 public void VerificarDownloadImagens()
 {
     DeletePDF.DeletarPDF(Browser, ConfigurationManager.AppSettings["downloadPath"]);
 }
コード例 #2
0
 public void VerificarImpressaoApagarPDF()
 {
     DeletePDF.DeletarPDF(Browser, "C:\\Users\\Rodrigo2\\Downloads\\");
 }
コード例 #3
0
ファイル: FotosPage.cs プロジェクト: edilonandrade/SGP
 public void VerificarDownloadUmaImagem()
 {
     DeletePDF.DeletarJPEG(Browser, ConfigurationManager.AppSettings["downloadPath"], TextoElementoID);
 }