MCPcopy Create free account

hub / github.com/cluic/wxauto / functions

Functions775 in github.com/cluic/wxauto

MethodGetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6811
MethodGetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6925
MethodGetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6979
MethodGetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6997
MethodGetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7237
MethodGetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7375
MethodGetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7429
FunctionGetFocusedControl
Return `Control` subclass.
wxauto/uiautomation.py:7689
FunctionGetForegroundControl
Return `Control` subclass.
wxauto/uiautomation.py:7694
MethodGetFriendDetails
获取所有好友详情信息 Args: n (int, optional): 获取前n个好友详情信息, 默认为None,获取所有好友详情信息 timeout (int, optional): 获取超时时间(秒),超过该时间则
wxauto/wxauto.py:128
MethodGetFriendNum
获取好友人数
wxauto/elements.py:596
MethodGetGrabbedItems
Call IUIAutomationDragPattern::GetCurrentGrabbedItems. Return List[Control], a list of `Control` subclasses that represent the full s
wxauto/uiautomation.py:3541
MethodGetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6727
MethodGetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6871
MethodGetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6931
MethodGetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7303
MethodGetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7327
MethodGetGridPattern
Return `GridPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6563
MethodGetGridPattern
Return `GridPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6685
MethodGetGridPattern
Return `GridPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6889
MethodGetGridPattern
Return `GridPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7255
MethodGetGridPattern
Return `GridPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7297
MethodGetGroupMembers
获取当前聊天群成员 Returns: list: 当前聊天群成员列表
wxauto/elements.py:369
MethodGetGroupMembers
获取当前聊天群成员 Returns: list: 当前聊天群成员列表
wxauto/wxauto.py:625
MethodGetIAccessible
Call IUIAutomationLegacyIAccessiblePattern::GetIAccessible, todo. Return an IAccessible object that corresponds to the Microsoft UI A
wxauto/uiautomation.py:3877
MethodGetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6545
MethodGetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6835
MethodGetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6853
MethodGetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6937
MethodGetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7003
MethodGetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7243
MethodGetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7435
MethodGetItem
Call IUIAutomationGridPattern::GetItem. Return `Control` subclass, a control representing an item in the grid. Refer https://
wxauto/uiautomation.py:3708
MethodGetItemByName
Call IUIAutomationSpreadsheetPattern::GetItemByName. name: str. Return `Control` subclass or None, represents the spreadsheet
wxauto/uiautomation.py:4316
MethodGetLastChildControl
Return `Control` subclass or None.
wxauto/uiautomation.py:5858
MethodGetListenMessage
获取监听对象的新消息 Args: who (str, optional): 要获取消息的聊天对象名,如果为None,则获取所有监听对象的消息 Returns: str|dict: 如果
wxauto/wxauto.py:580
FunctionGetMonitorsRect
Get monitors' rect. dpiAwarenessPerMonitor: bool. Return List[Rect].
wxauto/uiautomation.py:2127
MethodGetMultipleViewPattern
Return `MultipleViewPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6895
MethodGetNewFriends
获取新的好友申请列表 Returns: list: 新的好友申请列表,元素为NewFriendsElement对象,可直接调用Accept方法 Example: >>> wx = WeChat()
wxauto/wxauto.py:540
MethodGetPatternAs
Call IUIAutomationElement::GetCurrentPatternAs. Get a new pattern by pattern id if it supports the pattern, todo. patternId:
wxauto/uiautomation.py:5731
MethodGetPixelColor
Get color value of a pixel. x: int. y: int. Return int, argb color. b = argb & 0x0000FF g = (argb & 0
wxauto/uiautomation.py:3149
MethodGetPixelColor
Call native `GetPixelColor` if control has a valid native handle. Use `self.ToBitmap` if control doesn't have a valid native handle o
wxauto/uiautomation.py:6330
MethodGetPixelColorsHorizontally
x: int. y: int. count: int. Return `ctypes.Array`, an iterable array of int values in argb form point x,y horizontall
wxauto/uiautomation.py:3172
MethodGetPixelColorsOfColumn
x: int, column index. Return `ctypes.Array`, an iterable array of int values in argb of x column.
wxauto/uiautomation.py:3229
MethodGetPixelColorsOfRects
rects: List[Tuple[int, int, int, int]], such as [(0,0,10,10), (10,10,20,20), (x,y,width,height)]. Return List[ctypes.Array], a list w
wxauto/uiautomation.py:3262
MethodGetPixelColorsOfRow
y: int, row index. Return `ctypes.Array`, an iterable array of int values in argb of y row.
wxauto/uiautomation.py:3222
MethodGetPixelColorsVertically
x: int. y: int. count: int. Return `ctypes.Array`, an iterable array of int values in argb form point x,y vertically.
wxauto/uiautomation.py:3197
MethodGetPropertyValueEx
Call IUIAutomationElement::GetCurrentPropertyValueEx. propertyId: int, a value in class `PropertyId`. ignoreDefaultValue: int
wxauto/uiautomation.py:5750
MethodGetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6787
MethodGetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7135
MethodGetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7165
MethodGetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7189
MethodGetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7213
MethodGetRowHeaderItems
Call IUIAutomationTableItemPattern::GetCurrentRowHeaderItems. Return List[Control], a list of `Control` subclasses, the row headers a
wxauto/uiautomation.py:4439
MethodGetRowHeaders
Call IUIAutomationTablePattern::GetCurrentRowHeaders. Return List[Control], a list of `Control` subclasses, representing all the row
wxauto/uiautomation.py:4489
MethodGetScrollItemPattern
Return `ScrollItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6733
MethodGetScrollItemPattern
Return `ScrollItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7441
MethodGetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6575
MethodGetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6691
MethodGetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6769
MethodGetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6901
MethodGetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7117
MethodGetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7273
MethodGetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7411
MethodGetSelection
Call IUIAutomationLegacyIAccessiblePattern::GetCurrentSelection. Return List[Control], a list of `Control` subclasses,
wxauto/uiautomation.py:3859
MethodGetSelection
Call IUIAutomationSelectionPattern::GetCurrentSelection. Return List[Control], a list of `Control` subclasses, the selected elements
wxauto/uiautomation.py:4251
MethodGetSelection
Call IUIAutomationTextPattern::GetSelection. Return List[TextRange], a list of `TextRange`, represents the currently selected text in
wxauto/uiautomation.py:4824
MethodGetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6715
MethodGetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6919
MethodGetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7009
MethodGetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7153
MethodGetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7285
MethodGetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7447
MethodGetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6581
MethodGetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6611
MethodGetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6697
MethodGetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6907
MethodGetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7195
MethodGetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7219
MethodGetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7267
MethodGetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7417
MethodGetSession
获取当前聊天列表中的所有聊天对象 Returns: SessionElement: 聊天对象列表 Example: >>> wx = WeChat() >>> sessions = wx.Ge
wxauto/wxauto.py:285
MethodGetSiblingControl
Get a sibling control that matches the condition. forward: bool, if True, only search next siblings, if False, search pervious siblin
wxauto/uiautomation.py:5879
MethodGetSubBitmap
x: int. y: int. width: int. height: int. Return `Bitmap`, a sub bitmap of the input rect.
wxauto/uiautomation.py:3288
MethodGetSupportedViews
Call IUIAutomationMultipleViewPattern::GetCurrentSupportedViews, todo. Return List[int], a list of int, control-specific view identif
wxauto/uiautomation.py:3928
MethodGetTableItemPattern
Return `TableItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6739
MethodGetTableItemPattern
Return `TableItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6877
MethodGetTableItemPattern
Return `TableItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7315
MethodGetTableItemPattern
Return `TableItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7333
MethodGetTablePattern
Return `TablePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6569
MethodGetTablePattern
Return `TablePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6703
MethodGetTablePattern
Return `TablePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7309
MethodGetTextPattern
Return `TextPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6763
MethodGetTextPattern
Return `TextPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6793
MethodGetTextPattern
Return `TextPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7339
MethodGetTextPattern
Return `TextPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7393
MethodGetTogglePattern
Return `TogglePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6551
MethodGetTogglePattern
Return `TogglePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6593
MethodGetTogglePattern
Return `TogglePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6745
MethodGetTogglePattern
Return `TogglePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6949
← previousnext →301–400 of 775, ranked by callers