Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Reporter"/> class.
 /// </summary>
 /// <param name="reportingCommandExecutor">The reporting command executor associated with the current WebDriver object.</param>
 public Reporter(ReportingCommandExecutor reportingCommandExecutor)
 {
     this.reportingCommandExecutor = reportingCommandExecutor;
 }
Exemple #2
0
 public ReportingController(ReportingCommandExecutor commandExecutor)
 {
     _commandExecutor = commandExecutor;
 }