Пример #1
0
 public GridView(AutomationElement element, string name, IMatchConditions conditionMatcher, IWrapAutomationElements wrapperFactory) : base(element, name)
 {
     _conditionMatcher = conditionMatcher;
     _wrapperFactory   = wrapperFactory;
     _tablePattern     = new TablePatternWrapper(element);
 }
Пример #2
0
 public ConditionBasedFinder(IWrapAutomationElements wrapper, IDescribeConditions conditionDescriber)
 {
     _wrapper            = wrapper;
     _conditionDescriber = conditionDescriber;
 }