Class Upload

java.lang.Object
net.serenitybdd.screenplay.actions.Upload

public class Upload
extends java.lang.Object
Upload a file from the local filesystem to a webpage using the standard HTML upload form.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Upload.UploadBuilder  
  • Constructor Summary

    Constructors
    Constructor Description
    Upload()  
  • Method Summary

    Modifier and Type Method Description
    static Upload.UploadBuilder theFile​(java.nio.file.Path fileToUpload)  

    Methods inherited from class java.lang.Object

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

    • Upload

      public Upload()
  • Method Details