Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDiff

Used to store the last differences (actual vs expected values) of PageNode's state check functions (eg. hasText, hasAnyText, containsText) in order to use them in expectation matcher error messages.

Hierarchy

  • IDiff

Index

Properties

Optional actual

actual: string

The actual value of a state check function.

Optional constructorName

constructorName: string

The constructor name of the PageNode.

Optional expected

expected: string

The expected value of a state check function.

Optional selector

selector: string

The selector of the PageNode.

Optional timeout

timeout: number

timeout used to perform the last state check function in milliseconds

Optional tree

tree: IDiffTree

If the PageNode is a PageElementList, PageElementMap or a PageElementGroup, the diffs of the PageElement's handled by PageNode are stored in tree.

Generated using TypeDoc