| Package | Description |
|---|---|
| mmarquee.automation | |
| mmarquee.automation.cache | |
| mmarquee.automation.condition | |
| mmarquee.automation.controls |
| Modifier and Type | Method and Description |
|---|---|
List<AutomationElement> |
AutomationElement.findAllBuildCache(TreeScope treeScope,
Condition condition,
IUIAutomationCacheRequest cacheRequest)
Find all, but from the cache
|
AutomationElement |
AutomationElement.findFirst(TreeScope scope,
Condition condition)
Finds the first element that matches the condition
|
AutomationElement |
AutomationElement.findFirstBuildCache(TreeScope treeScope,
Condition condition,
IUIAutomationCacheRequest cacheRequest)
Finds the first element that matches the condition, building the cache
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
CacheRequest.getTreeFilter()
Gets the treeScope of the cache
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheRequest.setTreeFilter(Condition condition)
Stets the tree filter condition
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndCondition
Created by inpwt on 24/02/2016.
|
class |
AutomationIdCondition
Created by inpwt on 26/04/2016.
|
class |
ControlIdCondition
Created by inpwt on 24/02/2016.
|
class |
FalseCondition
Created by inpwt on 24/02/2016.
|
class |
NameCondition
Created by inpwt on 24/02/2016.
|
class |
OrCondition
Created by inpwt on 24/02/2016.
|
class |
PropertyCondition
Created by inpwt on 24/02/2016.
|
class |
TrueCondition
Created by inpwt on 24/02/2016.
|
| Constructor and Description |
|---|
AndCondition(Condition firstCondition,
Condition secondCondition)
Constructor for Condition
|
OrCondition(Condition firstCondition,
Condition secondCondition)
Constructor for OrCondition
|
| Modifier and Type | Method and Description |
|---|---|
AndCondition |
AutomationBase.createAndCondition(Condition condition1,
Condition condition2)
Creates an AND condition
|
OrCondition |
AutomationBase.createOrCondition(Condition condition1,
Condition condition2)
Creates an OR condition
|
protected List<AutomationElement> |
AutomationBase.findAll(TreeScope scope,
Condition condition)
Finds all of the elements that are associated with the given condition.
|
protected AutomationElement |
AutomationBase.findFirst(TreeScope scope,
Condition condition)
Finds the first match for the condition
|
Copyright © 2016. All rights reserved.