externalabstractPageElementInteraction
Hierarchy
- Interaction
- PageElementInteraction
Index
Methods
externalinstantiationLocation
Returns the location where this
Activity
was instantiated.Returns FileSystemLocation
externalabstractperformAs
Instructs the provided
Actor
to perform thisInteraction
.Learn more
Parameters
externalactor: UsesAbilities & AnswersQuestions
Returns Promise<void>
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
A base class for interactions with
PageElement
objects.Note: The recommended way to implement custom interactions in your code is to use the
Interaction.where
factory method.