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 approves a video by title. The management system must be loaded & signed in before using this method. If a single matching, non-archived video is not found then an exception will be raised.
The following steps will be taken:
A unique video title.
This method archives a video by title. The management system must be loaded & signed in before using this method. If a single matching, non-archived video is not found then an exception will be raised.
The following steps will be taken:
A unique video title.
This method creates a video processing profile. The management system must be loaded & signed in before using this method.
The following steps will be taken:
Optional
drmThe DRM protection type to set (display label). If omitted then "None" will be chosen.
The output format to set (display label).
A unique video processing profile title.
This method deletes a video by title. The management system must be loaded & signed in before using this method. If a single matching, undeleted video is not found then an exception will be raised.
The following steps will be taken:
A unique video title.
This method delete a video processing profile by title. The management system must be loaded & signed in before using this method. If a single matching processing profile is not found then an exception will be raised.
The following steps will be taken:
A unique video processing profile title.
This method navigates to a video details station by title. The management system must be loaded & signed in before using this method. If there is not exactly one matching video an exception will be raised.
The following steps will be taken:
A unique video title.
Generated using TypeDoc
A model for the managed image service.