Class GridDownloadsFolder

java.lang.Object
org.selenide.grid.GridDownloadsFolder
All Implemented Interfaces:
com.codeborne.selenide.DownloadsFolder

public class GridDownloadsFolder extends Object implements com.codeborne.selenide.DownloadsFolder
  • Constructor Details

    • GridDownloadsFolder

      public GridDownloadsFolder(com.codeborne.selenide.Driver driver)
  • Method Details

    • cleanupBeforeDownload

      public void cleanupBeforeDownload()
      Specified by:
      cleanupBeforeDownload in interface com.codeborne.selenide.DownloadsFolder
    • deleteIfEmpty

      public void deleteIfEmpty()
      Specified by:
      deleteIfEmpty in interface com.codeborne.selenide.DownloadsFolder
    • files

      public List<File> files()
      Specified by:
      files in interface com.codeborne.selenide.DownloadsFolder
    • filesNewerThan

      public List<com.codeborne.selenide.files.DownloadedFile> filesNewerThan(long modifiedAfterTs)
      Specified by:
      filesNewerThan in interface com.codeborne.selenide.DownloadsFolder
    • getPath

      public String getPath()
      Specified by:
      getPath in interface com.codeborne.selenide.DownloadsFolder
    • toString

      public String toString()
      Overrides:
      toString in class Object