currentConfig property

BrowserConfig currentConfig
getter/setter pair

The currently effective global browser configuration. This can be temporarily changed by pushConfigOverride and restored by popConfigOverride. Initialized by testBootstrap and accessible by test helpers.

Implementation

static late BrowserConfig currentConfig;