Package com.codeborne.selenide.impl
Class DownloadFileToFolder
- java.lang.Object
-
- com.codeborne.selenide.impl.DownloadFileToFolder
-
@ParametersAreNonnullByDefault public class DownloadFileToFolder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DownloadFileToFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.Filedownload(WebElementSource anyClickableElement, org.openqa.selenium.WebElement clickable, long timeout, FileFilter fileFilter)
-
-
-
Method Detail
-
download
@CheckReturnValue @Nonnull public java.io.File download(WebElementSource anyClickableElement, org.openqa.selenium.WebElement clickable, long timeout, FileFilter fileFilter) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
-