public NCBActions(WebElementUtil elementUtils)
 {
     this.elementUtils = elementUtils;
 }
 public ReviewQueueActions()
 {
     elementUtils = new WebElementUtil();
 }
Beispiel #3
0
 public ClaimantSearchActions()
 {
     elementUtils = new WebElementUtil();
 }
Beispiel #4
0
 public UserInitialActions()
 {
     elementUtils = new WebElementUtil();
 }
 public UtilitiesActions()
 {
     elementUtils = new WebElementUtil();
 }
 public ReviewDetailsEGActions()
 {
     elementUtils = new WebElementUtil();
 }
 public ReportActions()
 {
     elementUtils = new WebElementUtil();
 }
Beispiel #8
0
 public ClaimantDetailsActions()
 {
     elementUtils = new WebElementUtil();
 }