externalabstractPageElementInteraction
Hierarchy
- Interaction
- PageElementInteraction
Index
Methods
externalinstantiationLocation
Returns the location where this
Activitywas instantiated.Returns FileSystemLocation
externalabstractperformAs
Instructs the provided
Actorto 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
PageElementobjects.Note: The recommended way to implement custom interactions in your code is to use the
Interaction.wherefactory method.