externalHover
Hierarchy
Index
Methods
staticexternalover
Instantiates this
InteractionParameters
externalpageElement: Answerable<PageElement<any>>
The element to be hovered over
Returns Interaction
externalinstantiationLocation
Returns the location where this
Activitywas 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
Actorto perform thisInteraction.Learn more
Parameters
externalactor: UsesAbilities & AnswersQuestions
Returns Promise<void>
Instructs an actor who has the ability to
BrowseTheWebto hover the mouse pointer over a givenPageElement.Example widget
Lean Page Object describing the widget
Hovering over an element
Learn more
BrowseTheWebPageElement