Atata.WebDriverSetup 2.1.0 is Released

May 24, 2022 by Yevgeniy Shunevych


Atata.WebDriverSetup 2.1.0 is released with a mutex-based thread synchronization option.

Changelog

Added

  • Add bool UseMutex option to use mutex for driver setup sync and WithMutex(bool isEnabled) configuration method. This functionality is disabled by default.