187188189190191192193194195196197
return new NewProfileExtensionConnection(lock, bin, profile, host); } catch (Exception e) { throw new WebDriverException(e); } finally { lock.unlock(); } } @Override protected void stopClient() {