The playwright page object.
A model representing the Mosaic UI shell including methods for navigation.
Use this model to interact with:
A model representing Mosaic UI workflows.
Use this model to interact with workflows or modals of any managed service (Image, Video, Monetization, etc).
Protected
Readonly
pageThe playwright page object.
Protected
Readonly
uiA model representing Mosaic UI workflows.
Use this model to interact with workflows or modals of any managed service (Image, Video, Monetization, etc).
Protected
Readonly
uiA model representing the Mosaic UI shell including methods for navigation.
Use this model to interact with:
This method assigns a claim set to the subscription plan. The management system must be loaded & signed in before using this method. If the claim set does not exist, or is already added to this subscription plan then an exception will be raised.
The following steps will be taken:
The claim set unique key.
A unique subscription plan title.
This method assigns claims to a claim set. The management system must be loaded & signed in before using this method. NOTE: This method does not support adding claims by modal.
The following steps will be taken:
The list of claim values to be assigned. Each claim input will be clicked.
The claim set unique key.
This method assigns claims to a claim set. The management system must be loaded & signed in before using this method. NOTE: This method does support adding claims by modal.
The following steps will be taken:
The label of the claim group.
The claim labels in the claim group. Each will be clicked or added by modal as required.
The claim set unique key.
This method creates a new claim set. The management system must be loaded & signed in before using this method. When this method completes, the new claim set details station will be loaded.
The following steps will be taken:
A unique subscription plan title.
The claim set unique key.
This method deletes a claim set by unique key. The management system must be loaded & signed in before using this method. If the claim set cannot be deleted then an exception will be raised.
The following steps will be taken:
The claim set unique key.
This method navigates to a claim set details station by unique key. The management system must be loaded & signed in before using this method. If there is not exactly one matching claim set an exception will be raised.
The following steps will be taken:
The claim set unique key.
This method navigates to the claim sets explorer station. The management system must be loaded & signed in before using this method.
The following steps will be taken:
This method navigates to a subscription plan details station by title. The management system must be loaded & signed in before using this method. If there is not exactly one matching subscription plan an exception will be raised.
The following steps will be taken:
A unique subscription plan title.
This method navigates to the subscription plans explorer station. The management system must be loaded & signed in before using this method.
The following steps will be taken:
This method publishes a claim set. The management system must be loaded & signed in before using this method. If the claim set cannot be published then an exception will be raised.
The following steps will be taken:
The claim set unique key.
This method sets subscription plan status and publishes the subscription plan. The management system must be loaded & signed in before using this method. If the subscription plan cannot be published then an exception will be raised.
The following steps will be taken:
Optional
status?: "Active" | "Inactive"The subscription plan status to be set. If omitted no change will be made.
A unique subscription plan title.
This method removes a claim set assignment from a subscription plan. The management system must be loaded & signed in before using this method. If the claim set is not assigned to this subscription plan then an exception will be raised.
The following steps will be taken:
The claim set unique key.
A unique subscription plan title.
This method unpublishes a claim set by unique key. The management system must be loaded & signed in before using this method. If the claim set cannot be unpublished then an exception will be raised.
The following steps will be taken:
Generated using TypeDoc
A model for the managed monetization service.