Selects a variant by name on the List Report page.
Playwright Page (or compatible subset).
The display name of the variant to select.
Optional
Optional timeout and stability settings.
Select a saved view variant by its display name on the List Report.
fe.listReport.selectVariant
ControlError if VariantManagement is not found or variant name does not exist.
await selectVariant(page, 'My Saved View'); Copy
await selectVariant(page, 'My Saved View');
Selects a variant by name on the List Report page.