| Method Summary |
| |
__init__(self,
ia,
child)
Initialize an instance. |
| |
ChildFromPath(self,
path)
Return a child object at the leaf of the given path starting at this
object. |
| |
DoDefaultAction(self)
Trigger the default action on the object. |
| list of AccessibleObject
|
FindAllChildren(self,
predicate)
Find all objects that satisfy the predicate. |
| list of AccessibleObject
|
FindAllChildrenInternal(self,
predicate,
result)
Find all objects that satisfy the predicate. |
| AccessibleObject
|
FindOneChild(self,
predicate)
Search for an object that satisfies the predicate. |
| AccessibleObject
|
FindOneChildInternal(self,
predicate)
Search for an object that satisfies the predicate. |
| integer
|
GetChildCount(self)
Return number of children of this object |
| integer
|
GetChildID(self)
Return child ID of this object or CHILDID_SELF |
| list of AccessibleObject
|
GetChildren(self)
Return children of this object |
| string
|
GetClassName(self)
Return window class name of the object |
| string
|
GetDescription(self)
Return description of the object |
| AccessibleObject
|
GetFocus(self)
Return object that has the focus or None if there is no focus |
| string
|
GetHelp(self)
Return help associated with the object |
| string
|
GetKeyboardShortcut(self)
Return shortcut or mnemonic associated with an object |
| 4-tuple of integer
|
GetLocation(self)
Return bounding box of the object on the screen (x1, y1, x2, y2) |
| string
|
GetName(self)
Return name of the object |
| AccessibleObject
|
GetParent(self)
Return parent of this object |
| string
|
GetPath(self)
Return xPath representation of this object from a root object below the
Desktop |
| 2-tuple of integer
|
GetProcessAndThreadID(self)
Return iDs of the process and thread that created this object |
| integer
|
GetRole(self)
Return role of the object |
| string
|
GetRoleText(self)
Return description of the role of the object |
| list of AccessibleObject
|
GetSelection(self)
Return all selected children |
| integer
|
GetState(self)
Return state of the object as a bit mask |
| string
|
GetStateText(self)
Return description of the state of the object |
| string
|
GetValue(self)
Return value of the object |
| integer
|
GetWindow(self)
Return window handle for this object, not guaranteed unique |
| AccessibleObject
|
HitTest(self,
point)
Return the AccessibleObject contained in this one that contains the
point. |
| boolean
|
IsNotReady(self)
Return is the object invisible or unavailable? |
| AccessibleObject
|
Navigate(self,
direction)
Get the AccessibleObject in the direction specified. |
| |
Select(self,
flags_select)
Select this object. |
| |
SetFocus(self)
Give this object the focus using a Win32 SetFocus callif possible. |
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|