Ejemplo n.º 1
0
 public WindowsDriver(BusinessFlow BF, eUIALibraryType type = eUIALibraryType.ComWrapper)
 {
     LibraryType  = type;
     BusinessFlow = BF;
 }
Ejemplo n.º 2
0
 public PBDriver(BusinessFlow BF, eUIALibraryType type = eUIALibraryType.ComWrapper)
 {
     BusinessFlow   = BF;
     LibraryType    = type;
     gridDictionary = new Dictionary <AutomationElement, AutomationElement[, ]>();
 }