コード例 #1
0
 public NCBActions(WebElementUtil elementUtils)
 {
     this.elementUtils = elementUtils;
 }
コード例 #2
0
 public ReviewQueueActions()
 {
     elementUtils = new WebElementUtil();
 }
コード例 #3
0
 public ClaimantSearchActions()
 {
     elementUtils = new WebElementUtil();
 }
コード例 #4
0
 public UserInitialActions()
 {
     elementUtils = new WebElementUtil();
 }
コード例 #5
0
 public UtilitiesActions()
 {
     elementUtils = new WebElementUtil();
 }
コード例 #6
0
 public ReviewDetailsEGActions()
 {
     elementUtils = new WebElementUtil();
 }
コード例 #7
0
 public ReportActions()
 {
     elementUtils = new WebElementUtil();
 }
コード例 #8
0
 public ClaimantDetailsActions()
 {
     elementUtils = new WebElementUtil();
 }