Class UploadToTarget
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.UploadToField
-
- net.serenitybdd.screenplay.actions.UploadToTarget
-
- All Implemented Interfaces:
SkipNested,Interaction,Performable
public class UploadToTarget extends UploadToField
-
-
Field Summary
-
Fields inherited from class net.serenitybdd.screenplay.actions.UploadToField
inputFile
-
-
Constructor Summary
Constructors Constructor Description UploadToTarget(Path inputFile, Target uploadField)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Actor>
voidperformAs(T actor)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.serenitybdd.screenplay.Performable
then
-
-