Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValuePageElementGroupEventually<Store, Content, GroupType>

This class defines all eventually functions of ValuePageElementGroup.

template

Store type of the PageNodeStore instance which can be used to retrieve/create PageNodes

template

Content an arbitrary object structure of PageNode instances as values and the names used to identify these PageNodes as keys

template

GroupType type of the ValuePageElementGroup for which ValuePageElementGroupEventually defines all eventually functions

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

Protected _node

_node: GroupType

the PageNode for which PageNodeEventually defines all eventually functions

Accessors

not

  • get not(): object
  • returns the negated variants of ValuePageElementGroupEventually's state check functions

    Returns object

    • containsValue: function
      • Returns true if the actual values of all PageNodes managed by ValuePageElementGroup eventually do not contain the expected values within a specific timeout.

        Parameters

        • values: ExtractValueStateChecker<Content>

          the expected values supposed not to be contained in the actual values

        • Optional opts: ITimeoutInterval

          includes the timeout within which the condition is expected to be met and the interval used to check it

          If no timeout is specified, a ValuePageElement's default timeout is used. If no interval is specified, a ValuePageElement's default interval is used.

        Returns boolean

    • hasAnyValue: function
      • Returns true if all PageNodes managed by ValuePageElementGroup eventually do not have any value within a specific timeout.

        Parameters

        • Default value opts: ITimeoutInterval & IGroupFilterMask<Content> = {}

          includes a filterMask which can be used to skip the invocation of the hasAnyValue function for some or all managed PageNodes, the timeout within which the condition is expected to be met and the interval used to check it

          If no timeout is specified, a ValuePageElement's default timeout is used. If no interval is specified, a ValuePageElement's default interval is used.

        Returns boolean

    • hasValue: function
      • Returns true if the actual values of all PageNodes managed by ValuePageElementGroup eventually do not equal the expected values within a specific timeout.

        Parameters

        • values: ExtractValueStateChecker<Content>

          the expected values supposed not to equal the actual values

        • Optional opts: ITimeoutInterval

          includes the timeout within which the condition is expected to be met and the interval used to check it

          If no timeout is specified, a ValuePageElement's default timeout is used. If no interval is specified, a ValuePageElement's default interval is used.

        Returns boolean

Methods

containsDirectText

  • Returns true if the actual direct texts of all PageNodes managed by PageElementGroup eventually contain the expected direct texts within a specific timeout.

    Parameters

    • directTexts: ExtractTextStateChecker<Content>

      the expected direct texts supposed to be contained in the actual direct texts

    • Optional opts: ITimeoutInterval

      includes the timeout within which the condition is expected to be met and the interval used to check it

      If no timeout is specified, a PageElement's default timeout is used. If no interval is specified, a PageElement's default interval is used.

    Returns boolean

containsText

  • Returns true if the actual texts of all PageNodes managed by PageElementGroup eventually contain the expected texts within a specific timeout.

    Parameters

    • texts: ExtractTextStateChecker<Content>

      the expected texts supposed to be contained in the actual texts

    • Optional opts: ITimeoutInterval

      includes the timeout within which the condition is expected to be met and the interval used to check it

      If no timeout is specified, a PageElement's default timeout is used. If no interval is specified, a PageElement's default interval is used.

    Returns boolean

containsValue

  • Returns true if the actual values of all PageNodes managed by ValuePageElementGroup eventually contain the expected values within a specific timeout.

    Parameters

    • values: ExtractValueStateChecker<Content>

      the expected values supposed to be contained in the actual values

    • Optional opts: ITimeoutInterval

      includes the timeout within which the condition is expected to be met and the interval used to check it

      If no timeout is specified, a ValuePageElement's default timeout is used. If no interval is specified, a ValuePageElement's default interval is used.

    Returns boolean

exists

hasAnyDirectText

  • Returns true if all PageNodes managed by PageElementGroup eventually have any direct text within a specific timeout.

    Parameters

    • Default value opts: ITimeoutInterval & IGroupFilterMask<Content> = {}

      includes a filterMask which can be used to skip the invocation of the hasAnyDirectText function for some or all managed PageNodes, the timeout within which the condition is expected to be met and the interval used to check it

      If no timeout is specified, a PageElement's default timeout is used. If no interval is specified, a PageElement's default interval is used.

    Returns boolean

hasAnyText

  • Returns true if all PageNodes managed by PageElementGroup eventually have any text within a specific timeout.

    Parameters

    • Default value opts: ITimeoutInterval & IGroupFilterMask<Content> = {}

      includes a filterMask which can be used to skip the invocation of the hasAnyText function for some or all managed PageNodes, the timeout within which the condition is expected to be met and the interval used to check it

      If no timeout is specified, a PageElement's default timeout is used. If no interval is specified, a PageElement's default interval is used.

    Returns boolean

hasAnyValue

  • Returns true if all PageNodes managed by ValuePageElementGroup eventually have any value within a specific timeout.

    Parameters

    • Default value opts: ITimeoutInterval & IGroupFilterMask<Content> = {}

      includes a filterMask which can be used to skip the invocation of the hasAnyValue function for some or all managed PageNodes, the timeout within which the condition is expected to be met and the interval used to check it

      If no timeout is specified, a ValuePageElement's default timeout is used. If no interval is specified, a ValuePageElement's default interval is used.

    Returns boolean

hasDirectText

  • Returns true if the actual direct texts of all PageNodes managed by PageElementGroup eventually equal the expected direct texts within a specific timeout.

    Parameters

    • directTexts: ExtractTextStateChecker<Content>

      the expected direct texts supposed to equal the actual direct texts

    • Optional opts: ITimeoutInterval

      includes the timeout within which the condition is expected to be met and the interval used to check it

      If no timeout is specified, a PageElement's default timeout is used. If no interval is specified, a PageElement's default interval is used.

    Returns boolean

hasText

  • Returns true if the actual texts of all PageNodes managed by PageElementGroup eventually equal the expected texts within a specific timeout.

    Parameters

    • texts: ExtractTextStateChecker<Content>

      the expected texts supposed to equal the actual texts

    • Optional opts: ITimeoutInterval

      includes the timeout within which the condition is expected to be met and the interval used to check it

      If no timeout is specified, a PageElement's default timeout is used. If no interval is specified, a PageElement's default interval is used.

    Returns boolean

hasValue

  • Returns true if the actual values of all PageNodes managed by ValuePageElementGroup eventually equal the expected values within a specific timeout.

    Parameters

    • values: ExtractValueStateChecker<Content>

      the expected values supposed to equal the actual values

    • Optional opts: ITimeoutInterval

      includes the timeout within which the condition is expected to be met and the interval used to check it

      If no timeout is specified, a ValuePageElement's default timeout is used. If no interval is specified, a ValuePageElement's default interval is used.

    Returns boolean

isEnabled

  • Returns true if all PageNodes managed by PageElementGroup eventually are enabled within a specific timeout.

    Parameters

    • Default value opts: ITimeout & IGroupFilterMask<Content> = {}

      includes a filterMask which can be used to skip the invocation of the isEnabled function for some or all managed PageNodes and the timeout within which the condition is expected to be met

      If no timeout is specified, a PageElement's default timeout is used.

    Returns boolean

isVisible

  • Returns true if all PageNodes managed by PageElementGroup eventually are visible within a specific timeout.

    Parameters

    • Default value opts: ITimeout & IGroupFilterMask<Content> = {}

      includes a filterMask which can be used to skip the invocation of the isVisible function for some or all managed PageNodes and the timeout within which the condition is expected to be met

      If no timeout is specified, a PageElement's default timeout is used.

    Returns boolean

Generated using TypeDoc