private void CheckInit() { if (_webDriverPool == null) { lock (this) { _webDriverPool = new WebDriverPool(_browser, ThreadNum); } } }