An abstract model representing a Mosaic managed service.

Hierarchy

Constructors

Properties

Constructors

  • Parameters

    • page: Page

      The playwright page object.

    • uiShell: UiShellModel

      A model representing the Mosaic UI shell including methods for navigation.

      Use this model to interact with:

      • The breadcrumbs bar (on any page)
      • The landing page
      • The settings hub page
    • uiManagedWorkflows: UiWorkflowsModel

      A model representing Mosaic UI workflows.

      Use this model to interact with workflows or modals of any managed service (Image, Video, Monetization, etc).

    Returns ManagedServiceModel

Properties

page: Page

The playwright page object.

uiManagedWorkflows: UiWorkflowsModel

A model representing Mosaic UI workflows.

Use this model to interact with workflows or modals of any managed service (Image, Video, Monetization, etc).

uiShell: UiShellModel

A model representing the Mosaic UI shell including methods for navigation.

Use this model to interact with:

  • The breadcrumbs bar (on any page)
  • The landing page
  • The settings hub page

Generated using TypeDoc