Exemple #1
0
 public SeleniumCalculator(ISeleniumCommander commander)
 {
     _commander = commander;
 }
Exemple #2
0
 public WebMonitor(ISeleniumCommander commander, IMonitorResultService monitorService)
 {
     _commander      = commander;
     _monitorService = monitorService;
 }