Skip to main content

externalabstractPageElementInteraction

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.

Hierarchy

Index

Methods

externalinstantiationLocation

  • instantiationLocation(): FileSystemLocation
  • Returns the location where this Activity was instantiated.


    Returns FileSystemLocation

externalabstractperformAs

externaldescribedBy

  • Resolves the description of this object in the context of the provided actor.


    Parameters

    Returns Promise<string>

externaltoString

  • toString(): string
  • Returns a human-readable description of this object.


    Returns string