Uses of Class
com.adobe.cq.testing.selenium.junit.extensions.FileDownloader
-
Packages that use FileDownloader Package Description com.adobe.cq.testing.selenium.junit.extensions -
-
Uses of FileDownloader in com.adobe.cq.testing.selenium.junit.extensions
Methods in com.adobe.cq.testing.selenium.junit.extensions that return FileDownloader Modifier and Type Method Description FileDownloaderFileDownloader. addContentType(java.lang.String contentType)Adds a newContent-Typeheader value that should be intercepted.FileDownloaderFileDownloader. deleteTempFiles(boolean deleteTempFiles)Sets if temporarily downloaded files should be deleted on process exit.FileDownloaderFileDownloader. setDownloadPath(java.lang.String path)Sets the desired temporary files download path.static FileDownloaderFileDownloader. withContent(java.lang.String contentType)Creates aFileDownloaderthat intercepts specifiedContent-Typestatic FileDownloaderFileDownloader. withContents(java.lang.String... contentType)Creates aFileDownloaderthat intercepts specifiedContent-Types.
-