externalCssClasses
Index
Constructors
Methods
Constructors
externalconstructor
Returns CssClasses
Methods
staticexternalof
Instantiates a
Question
that uses the actor's ability toBrowseTheWeb
to retrieve a list of CSS classes of a givenPageElement
.Learn more
Parameters
externalpageElement: PageElement<any> | QuestionAdapter<PageElement<any>>
Returns MetaQuestionAdapter<PageElement<any>, string[]>
Uses the actor's ability to
BrowseTheWeb
to retrieve a list of CSS classes of a givenPageElement
.Example widget
Retrieve CSS classes of a given
PageElement
Using CssClasses as
QuestionAdapter
Using as filter in Page Element Query Language
Learn more
BrowseTheWeb
MetaQuestion
QuestionAdapter
Question