externalClear
Hierarchy
Index
Methods
staticexternaltheValueOf
Instantiates an interaction that instructs the actor to clear the value of an input
field
,Parameters
externalfield: Answerable<PageElement<any>>
The field which value should be cleared
Returns Interaction
externalinstantiationLocation
Returns the location where this
Activity
was instantiated.Returns FileSystemLocation
externaldescribedBy
Resolves the description of this object in the context of the provided
actor
.Parameters
externalactor: AnswersQuestions & UsesAbilities & { name: string }
Returns Promise<string>
externaltoString
Returns a human-readable description of this object.
Returns string
externalperformAs
Instructs the provided
Actor
to perform thisInteraction
.Learn more
Parameters
externalactor: UsesAbilities & AnswersQuestions
Returns Promise<void>
Instructs an actor who has the ability to
BrowseTheWeb
to clear thevalue
of a forminput
field.Example widget
Lean Page Object describing the widget
Clearing the value of an input field
Learn more
BrowseTheWeb
Enter
Value
PageElement