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, etc).
ReadonlyImageA reference to the ImageSelectionExplorer component model which can be used to select images in a modal. e.g.
await app.ui.form.modal
.as(app.imageService.ImageSelectionExplorer)
.selectImage('My image title');
Protected ReadonlypageThe playwright page object.
Protected ReadonlyuiA model representing Mosaic UI workflows.
Use this model to interact with workflows or modals of any managed service (Image, Video, etc).
Protected ReadonlyuiA model representing the Mosaic UI shell including methods for navigation.
Use this model to interact with:
This method archives an image by title. The management system must be loaded & signed in before using this method. If a single matching, non-archived image is not found then an exception will be raised.
The following steps will be taken:
A unique image title.
This method navigates to an image details station by title. The management system must be loaded & signed in before using this method. If there is not exactly one matching image an exception will be raised.
The following steps will be taken:
A unique image title.
This method uploads an image file from the local file system. The management system must be loaded & signed in before using this method. A unique image title and a valid image type must be provided.
The following steps will be taken:
An existing image type (display value).
Path to a local image file.
A unique image title.
A model for the managed image service.