Class DownloadFile

  • All Implemented Interfaces:
    Command<java.io.File>

    @ParametersAreNonnullByDefault
    public class DownloadFile
    extends java.lang.Object
    implements Command<java.io.File>
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      DownloadFile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File execute​(SelenideElement selenideElement, WebElementSource linkWithHref, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

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

      • DownloadFile

        public DownloadFile()
    • Method Detail

      • execute

        @CheckReturnValue
        @Nonnull
        public java.io.File execute​(SelenideElement selenideElement,
                                    WebElementSource linkWithHref,
                                    @Nullable
                                    java.lang.Object[] args)
                             throws java.io.IOException
        Specified by:
        execute in interface Command<java.io.File>
        Throws:
        java.io.IOException