externalText
Index
Constructors
Methods
Constructors
externalconstructor
Returns Text
Methods
staticexternalof
Instantiates a
Question
that uses the actor's ability toBrowseTheWeb
to retrieve the text of a singlePageElement
.Learn more
Parameters
externalpageElement: PageElement<any> | QuestionAdapter<PageElement<any>>
Returns MetaQuestionAdapter<PageElement<any>, string>
staticexternalofAll
Instantiates a
Question
that uses the actor's ability toBrowseTheWeb
to retrieve the text of a group ofPageElement
.Learn more
Parameters
externalpageElements: PageElements<any>
Returns MetaQuestionAdapter<PageElement<any>, string[]>
Uses the actor's ability to
BrowseTheWeb
to retrieve the visible (i.e. not hidden by CSS)innerText
of:PageElement
PageElement
The result includes the visible text of any sub-elements, without any leading or trailing whitespace.
Example widget
Retrieve text of a single
PageElement
Retrieve text of multiple
PageElement
Using as filter in Page Element Query Language
Learn more
BrowseTheWeb
MetaQuestion
QuestionAdapter
Question