# DriverWrapperSessions Interface ```{note} This is auto-generated interface documentation for the actual signature of `DriverWrapperSessions` class. ``` `DriverWrapperSessions` manages all active `DriverWrapper` instances, providing centralized session tracking and management. It ensures efficient handling of multiple driver instances by maintaining a registry of active sessions and facilitating their retrieval or removal. This centralization aids in resource management and simplifies the coordination of test execution across various drivers.
```{eval-rst} .. autoclass:: mops.base.driver_wrapper.DriverWrapperSessions :members: :undoc-members: ```