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