Exemplo n.º 1
0
 public NCBActions(WebElementUtil elementUtils)
 {
     this.elementUtils = elementUtils;
 }
 public ReviewQueueActions()
 {
     elementUtils = new WebElementUtil();
 }
Exemplo n.º 3
0
 public ClaimantSearchActions()
 {
     elementUtils = new WebElementUtil();
 }
Exemplo n.º 4
0
 public UserInitialActions()
 {
     elementUtils = new WebElementUtil();
 }
 public UtilitiesActions()
 {
     elementUtils = new WebElementUtil();
 }
 public ReviewDetailsEGActions()
 {
     elementUtils = new WebElementUtil();
 }
Exemplo n.º 7
0
 public ReportActions()
 {
     elementUtils = new WebElementUtil();
 }
Exemplo n.º 8
0
 public ClaimantDetailsActions()
 {
     elementUtils = new WebElementUtil();
 }