Debug Console view on the bottom panel Most functionality will only be available when a debug session is running

Hierarchy (view full)

Constructors

Properties

elem$: ChainablePromiseElement<Element>
elem$$: ChainablePromiseArray<Element[]>
panel: BottomBarPanel = ...

Accessors

  • get elem(): ChainablePromiseElement<Element>
  • Base element of given page object

    Returns ChainablePromiseElement<Element>

  • get parent(): ChainablePromiseElement<Element>
  • Parent element of given page object

    Returns ChainablePromiseElement<Element>

Methods

  • Evaluate an expression:

    • if no argument is supplied, evaluate the current expression present in debug console text area
    • if a string argument is supplied, replace the current expression with the expression argument and evaluate

    Parameters

    • Optional expression: string

      expression to evaluate. To use existing contents of the debug console text area instead, don't define this argument

    Returns Promise<void>

  • Type an expression into the debug console text area

    Parameters

    • expression: string

      expression in form of a string

    Returns Promise<void>

Generated using TypeDoc