Package com.codeborne.selenide.impl
Class Downloads
java.lang.Object
com.codeborne.selenide.impl.Downloads
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(DownloadedFile file) voidclear()files()files(FileFilter fileFilter) firstMatchingFile(FileFilter fileFilter) Deprecated.getMatchingDownloadedFiles(long timeout, FileFilter fileFilter, int minimumFileCount) matchingFiles(FileFilter fileFilter) Deprecated.intsize()
-
Constructor Details
-
Downloads
public Downloads() -
Downloads
-
-
Method Details
-
clear
public void clear() -
add
-
files
-
files
-
matchingFiles
Deprecated. -
firstMatchingFile
Deprecated. -
filesAsString
-
size
public int size() -
getMatchingDownloadedFiles
public List<File> getMatchingDownloadedFiles(long timeout, FileFilter fileFilter, int minimumFileCount)
-