Axinom Mosaic Libraries
    Preparing search index...

    An abstract model representing a Mosaic managed service.

    Hierarchy (View Summary)

    Index

    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, 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, 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