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