Class DownloadFileToFolder


  • @ParametersAreNonnullByDefault
    public class DownloadFileToFolder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File download​(WebElementSource anyClickableElement, org.openqa.selenium.WebElement clickable, long timeout, FileFilter fileFilter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DownloadFileToFolder

        public DownloadFileToFolder()
    • 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