Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cluic/wxauto
/ functions
Functions
775 in github.com/cluic/wxauto
⨍
Functions
775
◇
Types & classes
148
Method
GetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6811
Method
GetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6925
Method
GetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6979
Method
GetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6997
Method
GetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7237
Method
GetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7375
Method
GetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7429
Function
GetFocusedControl
Return `Control` subclass.
wxauto/uiautomation.py:7689
Function
GetForegroundControl
Return `Control` subclass.
wxauto/uiautomation.py:7694
Method
GetFriendDetails
获取所有好友详情信息 Args: n (int, optional): 获取前n个好友详情信息, 默认为None,获取所有好友详情信息 timeout (int, optional): 获取超时时间(秒),超过该时间则
wxauto/wxauto.py:128
Method
GetFriendNum
获取好友人数
wxauto/elements.py:596
Method
GetGrabbedItems
Call IUIAutomationDragPattern::GetCurrentGrabbedItems. Return List[Control], a list of `Control` subclasses that represent the full s
wxauto/uiautomation.py:3541
Method
GetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6727
Method
GetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6871
Method
GetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6931
Method
GetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7303
Method
GetGridItemPattern
Return `GridItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7327
Method
GetGridPattern
Return `GridPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6563
Method
GetGridPattern
Return `GridPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6685
Method
GetGridPattern
Return `GridPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6889
Method
GetGridPattern
Return `GridPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7255
Method
GetGridPattern
Return `GridPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7297
Method
GetGroupMembers
获取当前聊天群成员 Returns: list: 当前聊天群成员列表
wxauto/elements.py:369
Method
GetGroupMembers
获取当前聊天群成员 Returns: list: 当前聊天群成员列表
wxauto/wxauto.py:625
Method
GetIAccessible
Call IUIAutomationLegacyIAccessiblePattern::GetIAccessible, todo. Return an IAccessible object that corresponds to the Microsoft UI A
wxauto/uiautomation.py:3877
Method
GetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6545
Method
GetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6835
Method
GetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6853
Method
GetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6937
Method
GetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7003
Method
GetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7243
Method
GetInvokePattern
Return `InvokePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7435
Method
GetItem
Call IUIAutomationGridPattern::GetItem. Return `Control` subclass, a control representing an item in the grid. Refer https://
wxauto/uiautomation.py:3708
Method
GetItemByName
Call IUIAutomationSpreadsheetPattern::GetItemByName. name: str. Return `Control` subclass or None, represents the spreadsheet
wxauto/uiautomation.py:4316
Method
GetLastChildControl
Return `Control` subclass or None.
wxauto/uiautomation.py:5858
Method
GetListenMessage
获取监听对象的新消息 Args: who (str, optional): 要获取消息的聊天对象名,如果为None,则获取所有监听对象的消息 Returns: str|dict: 如果
wxauto/wxauto.py:580
Function
GetMonitorsRect
Get monitors' rect. dpiAwarenessPerMonitor: bool. Return List[Rect].
wxauto/uiautomation.py:2127
Method
GetMultipleViewPattern
Return `MultipleViewPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6895
Method
GetNewFriends
获取新的好友申请列表 Returns: list: 新的好友申请列表,元素为NewFriendsElement对象,可直接调用Accept方法 Example: >>> wx = WeChat()
wxauto/wxauto.py:540
Method
GetPatternAs
Call IUIAutomationElement::GetCurrentPatternAs. Get a new pattern by pattern id if it supports the pattern, todo. patternId:
wxauto/uiautomation.py:5731
Method
GetPixelColor
Get color value of a pixel. x: int. y: int. Return int, argb color. b = argb & 0x0000FF g = (argb & 0
wxauto/uiautomation.py:3149
Method
GetPixelColor
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
Method
GetPixelColorsHorizontally
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
Method
GetPixelColorsOfColumn
x: int, column index. Return `ctypes.Array`, an iterable array of int values in argb of x column.
wxauto/uiautomation.py:3229
Method
GetPixelColorsOfRects
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
Method
GetPixelColorsOfRow
y: int, row index. Return `ctypes.Array`, an iterable array of int values in argb of y row.
wxauto/uiautomation.py:3222
Method
GetPixelColorsVertically
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
Method
GetPropertyValueEx
Call IUIAutomationElement::GetCurrentPropertyValueEx. propertyId: int, a value in class `PropertyId`. ignoreDefaultValue: int
wxauto/uiautomation.py:5750
Method
GetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6787
Method
GetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7135
Method
GetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7165
Method
GetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7189
Method
GetRangeValuePattern
Return `RangeValuePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7213
Method
GetRowHeaderItems
Call IUIAutomationTableItemPattern::GetCurrentRowHeaderItems. Return List[Control], a list of `Control` subclasses, the row headers a
wxauto/uiautomation.py:4439
Method
GetRowHeaders
Call IUIAutomationTablePattern::GetCurrentRowHeaders. Return List[Control], a list of `Control` subclasses, representing all the row
wxauto/uiautomation.py:4489
Method
GetScrollItemPattern
Return `ScrollItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6733
Method
GetScrollItemPattern
Return `ScrollItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7441
Method
GetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6575
Method
GetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6691
Method
GetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6769
Method
GetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6901
Method
GetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7117
Method
GetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7273
Method
GetScrollPattern
Return `ScrollPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7411
Method
GetSelection
Call IUIAutomationLegacyIAccessiblePattern::GetCurrentSelection. Return List[Control], a list of `Control` subclasses,
wxauto/uiautomation.py:3859
Method
GetSelection
Call IUIAutomationSelectionPattern::GetCurrentSelection. Return List[Control], a list of `Control` subclasses, the selected elements
wxauto/uiautomation.py:4251
Method
GetSelection
Call IUIAutomationTextPattern::GetSelection. Return List[TextRange], a list of `TextRange`, represents the currently selected text in
wxauto/uiautomation.py:4824
Method
GetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6715
Method
GetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6919
Method
GetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7009
Method
GetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7153
Method
GetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7285
Method
GetSelectionItemPattern
Return `SelectionItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7447
Method
GetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6581
Method
GetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6611
Method
GetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6697
Method
GetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6907
Method
GetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7195
Method
GetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7219
Method
GetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7267
Method
GetSelectionPattern
Return `SelectionPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7417
Method
GetSession
获取当前聊天列表中的所有聊天对象 Returns: SessionElement: 聊天对象列表 Example: >>> wx = WeChat() >>> sessions = wx.Ge
wxauto/wxauto.py:285
Method
GetSiblingControl
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
Method
GetSubBitmap
x: int. y: int. width: int. height: int. Return `Bitmap`, a sub bitmap of the input rect.
wxauto/uiautomation.py:3288
Method
GetSupportedViews
Call IUIAutomationMultipleViewPattern::GetCurrentSupportedViews, todo. Return List[int], a list of int, control-specific view identif
wxauto/uiautomation.py:3928
Method
GetTableItemPattern
Return `TableItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6739
Method
GetTableItemPattern
Return `TableItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6877
Method
GetTableItemPattern
Return `TableItemPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7315
Method
GetTableItemPattern
Return `TableItemPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7333
Method
GetTablePattern
Return `TablePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6569
Method
GetTablePattern
Return `TablePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6703
Method
GetTablePattern
Return `TablePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:7309
Method
GetTextPattern
Return `TextPattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6763
Method
GetTextPattern
Return `TextPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6793
Method
GetTextPattern
Return `TextPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7339
Method
GetTextPattern
Return `TextPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7393
Method
GetTogglePattern
Return `TogglePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6551
Method
GetTogglePattern
Return `TogglePattern` if it supports the pattern else None(Must support according to MSDN).
wxauto/uiautomation.py:6593
Method
GetTogglePattern
Return `TogglePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6745
Method
GetTogglePattern
Return `TogglePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6949
← previous
next →
301–400 of 775, ranked by callers