コード例 #1
0
 public ReportingAction(IWebDriver driver)
 {
     this.reportingObject = new ReportingObject(driver);
 }
コード例 #2
0
 public static PreviewDocumentType PreviewDocument(ReportingObject reportingObj)
 {
     reportingObj.Render();
     return(reportingObj.PreviewDocument);
 }