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