Skip to main content

externalPageElements <Native_Element_Type>

Uses the actor's ability to BrowseTheWeb to identify a group of Web elements located by Selector.

Learn more

Hierarchy

Index

Constructors

externalconstructor

Methods

staticexternallocated

externaldescribedAs

  • Changes the description of this object, as returned by Describable.describedBy and Describable.toString.


    Parameters

    • externaldescription: Answerable<string> | MetaQuestion<PageElement<Native_Element_Type>[], Question<Promise<string>>>

      Replaces the current description according to the following rules:

      • If description is an Answerable, it replaces the current description
      • If description is a MetaQuestion, the current description is passed as context to description.of(context), and the result replaces the current description

    Returns this

externalas

  • Maps this question to one of a different type.

    Question.about('number returned as string', actor => '42')   // returns: QuestionAdapter<string>
    .as(Number) // returns: QuestionAdapter<number>

    Type parameters

    • O

    Parameters

    • externalmapping: (answer: PageElement<Native_Element_Type>[]) => O | Promise<O>

      Returns QuestionAdapter<O>

    externaldescribedBy

    • Resolves the description of this object in the context of the provided actor.


      Parameters

      Returns Promise<string>

    externaltoString

    • toString(): string
    • Returns a human-readable description of this object.


      Returns string

    externalforEach

    • Parameters

      Returns Task

    externalansweredBy

    externalof

    externaleachMappedTo

    • Type parameters

      • Mapped_Item_Type

      Parameters

      Returns MetaList<PageElement<Native_Element_Type>, Mapped_Item_Type>

    externalwhere

    externalcount

    externalfirst

    externallast

    externalnth