|
def | __init__ (self, Control searchFromControl=None, int searchDepth=0xFFFFFFFF, float searchInterval=SEARCH_INTERVAL, int foundIndex=1, element=None, **searchProperties) |
|
TransformPattern | GetTransformPattern (self) |
|
def | __init__ (self, 'Control' searchFromControl=None, int searchDepth=0xFFFFFFFF, float searchInterval=SEARCH_INTERVAL, int foundIndex=1, element=None, **searchProperties) |
|
str | __str__ (self) |
|
None | SetSearchFromControl (self, 'Control' searchFromControl) |
|
None | SetSearchDepth (self, int searchDepth) |
|
None | AddSearchProperties (self, **searchProperties) |
|
None | RemoveSearchProperties (self, **searchProperties) |
|
str | GetSearchPropertiesStr (self) |
|
str | GetColorfulSearchPropertiesStr (self, keyColor='DarkGreen', valueColor='DarkCyan') |
|
str | AcceleratorKey (self) |
|
str | AccessKey (self) |
|
str | AriaProperties (self) |
|
str | AriaRole (self) |
|
str | AutomationId (self) |
|
Rect | BoundingRectangle (self) |
|
str | ClassName (self) |
|
int | ControlType (self) |
|
int | Culture (self) |
|
str | FrameworkId (self) |
|
bool | HasKeyboardFocus (self) |
|
str | HelpText (self) |
|
bool | IsContentElement (self) |
|
bool | IsControlElement (self) |
|
bool | IsDataValidForForm (self) |
|
bool | IsEnabled (self) |
|
bool | IsKeyboardFocusable (self) |
|
bool | IsOffscreen (self) |
|
bool | IsPassword (self) |
|
bool | IsRequiredForForm (self) |
|
str | ItemStatus (self) |
|
str | ItemType (self) |
|
str | LocalizedControlType (self) |
|
str | Name (self) |
|
str | NativeWindowHandle (self) |
|
int | Orientation (self) |
|
int | ProcessId (self) |
|
str | ProviderDescription (self) |
|
Tuple[int, int, bool] | GetClickablePoint (self) |
|
def | GetPattern (self, int patternId) |
|
def | GetPatternAs (self, int patternId, riid) |
|
Any | GetPropertyValue (self, int propertyId) |
|
Any | GetPropertyValueEx (self, int propertyId, int ignoreDefaultValue) |
|
List[int] | GetRuntimeId (self) |
|
bool | SetFocus (self) |
|
def | Element (self) |
|
str | ControlTypeName (self) |
|
def | GetCachedPattern (self, int patternId, bool cache) |
|
LegacyIAccessiblePattern | GetLegacyIAccessiblePattern (self) |
|
'Control' | GetAncestorControl (self, Callable[['Control', int], bool] condition) |
|
'Control' | GetParentControl (self) |
|
'Control' | GetFirstChildControl (self) |
|
'Control' | GetLastChildControl (self) |
|
'Control' | GetNextSiblingControl (self) |
|
'Control' | GetPreviousSiblingControl (self) |
|
'Control' | GetSiblingControl (self, Callable[['Control'], bool] condition, bool forward=True) |
|
List[ 'Control'] | GetChildren (self) |
|
bool | Exists (self, float maxSearchSeconds=5, float searchIntervalSeconds=SEARCH_INTERVAL, bool printIfNotExist=False) |
|
bool | Disappears (self, float maxSearchSeconds=5, float searchIntervalSeconds=SEARCH_INTERVAL, bool printIfNotDisappear=False) |
|
bool | Refind (self, float maxSearchSeconds=TIME_OUT_SECOND, float searchIntervalSeconds=SEARCH_INTERVAL, bool raiseException=True) |
|
Tuple[int, int] | MoveCursorToInnerPos (self, int x=None, int y=None, float ratioX=0.5, float ratioY=0.5, bool simulateMove=True) |
|
Tuple[int, int] | MoveCursorToMyCenter (self, bool simulateMove=True) |
|
None | Click (self, int x=None, int y=None, float ratioX=0.5, float ratioY=0.5, bool simulateMove=True, float waitTime=OPERATION_WAIT_TIME) |
|
None | MiddleClick (self, int x=None, int y=None, float ratioX=0.5, float ratioY=0.5, bool simulateMove=True, float waitTime=OPERATION_WAIT_TIME) |
|
None | RightClick (self, int x=None, int y=None, float ratioX=0.5, float ratioY=0.5, bool simulateMove=True, float waitTime=OPERATION_WAIT_TIME) |
|
None | DoubleClick (self, int x=None, int y=None, float ratioX=0.5, float ratioY=0.5, bool simulateMove=True, float waitTime=OPERATION_WAIT_TIME) |
|
None | DragDrop (self, int x1, int y1, int x2, int y2, float moveSpeed=1, float waitTime=OPERATION_WAIT_TIME) |
|
None | WheelDown (self, int x=None, int y=None, float ratioX=0.5, float ratioY=0.5, int wheelTimes=1, float interval=0.05, float waitTime=OPERATION_WAIT_TIME) |
|
None | WheelUp (self, int x=None, int y=None, float ratioX=0.5, float ratioY=0.5, int wheelTimes=1, float interval=0.05, float waitTime=OPERATION_WAIT_TIME) |
|
bool | ShowWindow (self, int cmdShow, float waitTime=OPERATION_WAIT_TIME) |
|
bool | Show (self, float waitTime=OPERATION_WAIT_TIME) |
|
bool | Hide (self, float waitTime=OPERATION_WAIT_TIME) |
|
bool | MoveWindow (self, int x, int y, int width, int height, bool repaint=True) |
|
str | GetWindowText (self) |
|
bool | SetWindowText (self, str text) |
|
None | SendKey (self, int key, float waitTime=OPERATION_WAIT_TIME) |
|
None | SendKeys (self, str text, float interval=0.01, float waitTime=OPERATION_WAIT_TIME, bool charMode=True) |
|
int | GetPixelColor (self, int x, int y) |
|
Bitmap | ToBitmap (self, int x=0, int y=0, int width=0, int height=0) |
|
bool | CaptureToImage (self, str savePath, int x=0, int y=0, int width=0, int height=0) |
|
bool | IsTopLevel (self) |
|
'Control' | GetTopLevelControl (self) |
|
'Control' | Control (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'ButtonControl' | ButtonControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'CalendarControl' | CalendarControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'CheckBoxControl' | CheckBoxControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'ComboBoxControl' | ComboBoxControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'CustomControl' | CustomControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'DataGridControl' | DataGridControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'DataItemControl' | DataItemControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'DocumentControl' | DocumentControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'EditControl' | EditControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'GroupControl' | GroupControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'HeaderControl' | HeaderControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'HeaderItemControl' | HeaderItemControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'HyperlinkControl' | HyperlinkControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'ImageControl' | ImageControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'listControl' | ListControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'ListItemControl' | ListItemControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'MenuControl' | MenuControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'MenuBarControl' | MenuBarControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'MenuItemControl' | MenuItemControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'PaneControl' | PaneControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'ProgressBarControl' | ProgressBarControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'RadioButtonControl' | RadioButtonControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'ScrollBarControl' | ScrollBarControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'SemanticZoomControl' | SemanticZoomControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'SeparatorControl' | SeparatorControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'SliderControl' | SliderControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'SpinnerControl' | SpinnerControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'SplitButtonControl' | SplitButtonControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'StatusBarControl' | StatusBarControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'TabControl' | TabControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'TabItemControl' | TabItemControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'TableControl' | TableControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'TextControl' | TextControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'ThumbControl' | ThumbControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'TitleBarControl' | TitleBarControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'ToolBarControl' | ToolBarControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'ToolTipControl' | ToolTipControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'TreeControl' | TreeControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'TreeItemControl' | TreeItemControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|
'WindowControl' | WindowControl (self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) |
|