Package com.codeborne.selenide.impl
Class DownloadFileWithCdp
java.lang.Object
com.codeborne.selenide.impl.DownloadFileWithCdp
- Direct Known Subclasses:
DownloadFileFromGridWithCdp,DownloadFileFromMoonWithCdp,DownloadFileFromSelenoidWithCdp
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FilearchiveFile(Config config, org.openqa.selenium.WebDriver driver, File downloadedFile) download(Driver driver, org.openqa.selenium.WebElement clickable, long timeout, long incrementTimeout, DownloadOptions options) protected @Nullable DownloadsFoldergetDownloadsFolder(Driver driver) protected booleanisLocalBrowser(Config config)
-
Field Details
-
downloader
-
-
Constructor Details
-
DownloadFileWithCdp
public DownloadFileWithCdp()
-
-
Method Details
-
getDownloadsFolder
-
download
public List<File> download(Driver driver, org.openqa.selenium.WebElement clickable, long timeout, long incrementTimeout, DownloadOptions options) -
isLocalBrowser
-
archiveFile
protected File archiveFile(Config config, org.openqa.selenium.WebDriver driver, File downloadedFile) throws IOException - Throws:
IOException
-