Class Upload
java.lang.Object
net.serenitybdd.screenplay.actions.Upload
Upload a file from the local filesystem to a webpage using the standard HTML upload form.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Upload.UploadBuildertheClasspathResource(String resourcePath) static Upload.UploadBuilder
-
Constructor Details
-
Upload
public Upload()
-
-
Method Details
-
theFile
-
theClasspathResource
public static Upload.UploadBuilder theClasspathResource(String resourcePath) throws URISyntaxException - Throws:
URISyntaxException
-