예제 #1
0
 public ReportsPage()
 {
     this.elementHelpers = new ElementHelpers();
     this.reportsActions = new ReportsActions();
     this.Verify         = new ReportsVerify();
 }
예제 #2
0
 public ReportsVerify()
 {
     this.reportsActions = new ReportsActions();
 }