Example #1
0
 public WebDriver(Driver webDriver, ConfigurationDriver configurationDriver)
 {
     this._webDriver      = webDriver;
     _configurationDriver = configurationDriver;
 }
 public WebDriverFactory(ConfigurationDriver configurationDriver, TestRunContext testRunContext)
 {
     _configurationDriver = configurationDriver;
     _textRunContext      = testRunContext;
 }