Class DownloadFileInSelenoid


  • @ParametersAreNonnullByDefault
    public class DownloadFileInSelenoid
    extends com.codeborne.selenide.impl.DownloadFileToFolder
    • Method Summary

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

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

      • DownloadFileInSelenoid

        public DownloadFileInSelenoid()
    • Method Detail

      • download

        @CheckReturnValue
        @Nonnull
        public java.io.File download​(com.codeborne.selenide.impl.WebElementSource anyClickableElement,
                                     org.openqa.selenium.WebElement clickable,
                                     long timeout,
                                     com.codeborne.selenide.files.FileFilter fileFilter)
                              throws java.io.FileNotFoundException
        Overrides:
        download in class com.codeborne.selenide.impl.DownloadFileToFolder
        Throws:
        java.io.FileNotFoundException