Notifications center page object

Hierarchy (view full)

  • IPageDecorator<typeof NotificationsCenterLocator>
  • BasePage<typeof NotificationsCenterLocator>
    • NotificationsCenter

Properties

clear$: ChainablePromiseElement<Element>
clear$$: ChainablePromiseArray<Element[]>
closeBtn$: ChainablePromiseElement<Element>
closeBtn$$: ChainablePromiseArray<Element[]>
elem$: ChainablePromiseElement<Element>
elem$$: ChainablePromiseArray<Element[]>
row$: ChainablePromiseElement<Element>
row$$: ChainablePromiseArray<Element[]>

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

  • Clear all notifications in the notifications center Note that this will also hide the notifications center

    Returns Promise<void>

    Promise resolving when the clear all button is pressed

Generated using TypeDoc