메소드 |
설명 |
|
AddMarkedElement ( AutomationElement element ) : void |
|
|
GetFirstChild ( AutomationElement element, AutomationElement afterThisChild ) : AutomationElement |
Iterate to the first matching child of an element *after* the specified child. |
|
GetFirstDirectChild ( AutomationElement element ) : AutomationElement |
|
|
GetLastChild ( AutomationElement element, AutomationElement beforeThisChild ) : AutomationElement |
Iterate to the last matching child of an element *before* the specified child. |
|
GetLastDirectChild ( AutomationElement element ) : AutomationElement |
|
|
GetNextDirectSibling ( AutomationElement element ) : AutomationElement |
|
|
GetPreviousDirectSibling ( AutomationElement element ) : AutomationElement |
|
|