Enter
Hierarchy
Index
Methods
statictheValue
Instantiates this Interaction.
Parameters
rest...values: Answerable<string | number | string[] | number[]>[]
The text value to be entered
Returns { into: (field: Answerable<PageElement<any>>) => Interaction }
into: (field: Answerable<PageElement<any>>) => Interaction
Parameters
field: Answerable<PageElement<any>>
Returns Interaction
instantiationLocation
Returns the location where this Activity was instantiated.
Returns FileSystemLocation
toString
Generates a human-friendly description to be used when reporting this Activity.
Note: When this activity is reported, token
#actor
in the description will be replaced with the name of the actor performing this Activity.For example,
#actor clicks on a button
becomesWendy clicks on a button
.Returns string
performAs
Instructs the provided Actor to perform this Interaction.
Learn more
Parameters
actor: UsesAbilities & AnswersQuestions
Returns Promise<void>
Instructs an actor who has the ability to BrowseTheWeb to enter a value into a form
input
field.Example widget
Lean Page Object describing the widget
Entering the value into a form field
Learn more