Class UploadToField

java.lang.Object
net.serenitybdd.screenplay.actions.UploadToField
All Implemented Interfaces:
SkipNested, Interaction, Performable
Direct Known Subclasses:
UploadToTarget, UploadToWebElement

public abstract class UploadToField
extends java.lang.Object
implements Interaction
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.nio.file.Path inputFile  
  • Constructor Summary

    Constructors
    Constructor Description
    UploadToField​(java.nio.file.Path inputFile)  
  • Method Summary

    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

    performAs, then
  • Field Details

    • inputFile

      protected final java.nio.file.Path inputFile
  • Constructor Details

    • UploadToField

      public UploadToField​(java.nio.file.Path inputFile)