externalScroll
Hierarchy
- Interaction
- Scroll
Index
Methods
staticexternalto
Instantiates this
Interaction
.Parameters
externalpageElement: Answerable<PageElement<any>>
The element to scroll to
Returns Scroll
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
Parameters
externalactor: UsesAbilities & AnswersQuestions
Returns Promise<void>
Instructs an actor who has the ability to
BrowseTheWeb
to scroll until a givenPageElement
comes into view.Example widget
Lean Page Object describing the widget
Scrolling to element
Learn more
BrowseTheWeb
PageElement