Context
When to use
How to use
UiConfigurationManager
Using the UiPlayerConfiguration class
UiPlayerConfiguration mySettings = new UiPlayerConfiguration
{
BusyLoaderSelectors = new[] { ".black-screen", ".black-element", },
StepTimeout = 10000,
};Configuration Context Attribute
Last updated
Was this helpful?