MCPcopy Create free account

hub / github.com/cluic/wxauto / functions

Functions775 in github.com/cluic/wxauto

MethodAriaProperties
Property AriaProperties. Call IUIAutomationElement::get_CurrentAriaProperties. Refer https://docs.microsoft.com/en-us/windows
wxauto/uiautomation.py:5423
MethodAriaRole
Property AriaRole. Call IUIAutomationElement::get_CurrentAriaRole. Refer https://docs.microsoft.com/en-us/windows/desktop/api
wxauto/uiautomation.py:5432
MethodAtAll
@所有人 Args: who (str, optional): 要发送给谁,如果为None,则发送到当前聊天页面。 *最好完整匹配,优先使用备注 msg (str, optional): 要发送的文本消息
wxauto/wxauto.py:338
MethodAuthor
Property Author. Call IUIAutomationAnnotationPattern::get_CurrentAuthor. Refer https://docs.microsoft.com/en-us/windows/deskt
wxauto/uiautomation.py:3431
MethodAutomationId
Property AutomationId. Call IUIAutomationElement::get_CurrentAutomationId. Refer https://docs.microsoft.com/en-us/windows/des
wxauto/uiautomation.py:5441
MethodBoundingRectangle
Property BoundingRectangle. Call IUIAutomationElement::get_CurrentBoundingRectangle. Return `Rect`. Refer https://doc
wxauto/uiautomation.py:5450
FunctionBringWindowToTop
BringWindowToTop from Win32. handle: int, the handle of a native window. Return bool, True if succeed otherwise False.
wxauto/uiautomation.py:2186
MethodCalendarControl
(self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties)
wxauto/uiautomation.py:6410
MethodCanMaximize
Property CanMaximize. Call IUIAutomationWindowPattern::get_CurrentCanMaximize. Return bool, indicates whether the window can
wxauto/uiautomation.py:5136
MethodCanMinimize
Property CanMinimize. Call IUIAutomationWindowPattern::get_CurrentCanMinimize. Return bool, indicates whether the window can
wxauto/uiautomation.py:5146
MethodCanMove
Property CanMove. Call IUIAutomationTransformPattern::get_CurrentCanMove. Return bool, indicates whether the element can be m
wxauto/uiautomation.py:4919
MethodCanResize
Property CanResize. Call IUIAutomationTransformPattern::get_CurrentCanResize. Return bool, indicates whether the element can
wxauto/uiautomation.py:4929
MethodCanRotate
Property CanRotate. Call IUIAutomationTransformPattern::get_CurrentCanRotate. Return bool, indicates whether the element can
wxauto/uiautomation.py:4939
MethodCanSelectMultiple
Property CanSelectMultiple. Call IUIAutomationSelectionPattern::get_CurrentCanSelectMultiple. Return bool, indicates whether
wxauto/uiautomation.py:4232
MethodCanZoom
Property CanZoom. Call IUIAutomationTransformPattern2::get_CurrentCanZoom. Return bool, indicates whether the control support
wxauto/uiautomation.py:4996
MethodCancel
Call IUIAutomationSynchronizedInputPattern::Cancel. Cause the Microsoft UI Automation provider to stop listening for mouse or keyboar
wxauto/uiautomation.py:4398
MethodCaptureToImage
Capture control to a image file. savePath: str, should end with .bmp, .jpg, .jpeg, .png, .gif, .tif, .tiff. x, y: int, the po
wxauto/uiautomation.py:6356
MethodChatWithFile
打开某个聊天会话 Args: who ( str ): 要打开的聊天框好友名。 Returns: chatname ( str ): 打开的聊天框的名字。
wxauto/wxauto.py:800
MethodChildId
Property ChildId. Call IUIAutomationLegacyIAccessiblePattern::get_CurrentChildId. Return int, the Microsoft Active Accessibil
wxauto/uiautomation.py:3758
MethodClassName
Property ClassName. Call IUIAutomationElement::get_CurrentClassName. Refer https://docs.microsoft.com/en-us/windows/desktop/a
wxauto/uiautomation.py:5478
MethodClone
Call IUIAutomationTextRange::Clone. return `TextRange`, identical to the original and inheriting all properties of the original.
wxauto/uiautomation.py:4526
MethodClose
(self)
wxauto/wxauto.py:858
MethodClose
Call IUIAutomationWindowPattern::Close. Close the window. waitTime: float. Refer https://docs.microsoft.com/en-us/win
wxauto/uiautomation.py:5124
MethodColorfullyWriteLine
log: str. consoleColor: int, a value in class `ConsoleColor`, such as `ConsoleColor.DarkGreen`. writeToFile: bool. pr
wxauto/uiautomation.py:2947
MethodColumn
Property Column. Call IUIAutomationGridItemPattern::get_CurrentColumn. Return int, the zero-based index of the column that co
wxauto/uiautomation.py:3633
MethodColumnCount
Property ColumnCount. Call IUIAutomationGridPattern::get_CurrentColumnCount. Return int, the number of columns in the grid.
wxauto/uiautomation.py:3689
MethodColumnSpan
Property ColumnSpan. Call IUIAutomationGridItemPattern::get_CurrentColumnSpan. Return int, the number of columns spanned by t
wxauto/uiautomation.py:3643
MethodComboBoxControl
(self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties)
wxauto/uiautomation.py:6416
MethodCompare
Call IUIAutomationTextRange::Compare. textRange: `TextRange`. Return bool, specifies whether this text range has the same end
wxauto/uiautomation.py:4534
MethodCompareEndpoints
Call IUIAutomationTextRange::CompareEndpoints. srcEndPoint: int, a value in class `TextPatternRangeEndpoint`. textRange: `Tex
wxauto/uiautomation.py:4543
MethodContainingGrid
Property ContainingGrid. Call IUIAutomationGridItemPattern::get_CurrentContainingGrid. Return `Control` subclass, the element
wxauto/uiautomation.py:3653
FunctionControlFromCursor
Call ControlFromPoint with current cursor point. Return `Control` subclass.
wxauto/uiautomation.py:7733
FunctionControlFromCursor2
Call ControlFromPoint2 with current cursor point. Return `Control` subclass.
wxauto/uiautomation.py:7742
MethodControlType
Property ControlType. Return int, a value in class `ControlType`. Call IUIAutomationElement::get_CurrentControlType.
wxauto/uiautomation.py:5487
MethodControlTypeName
Property ControlTypeName.
wxauto/uiautomation.py:5792
FunctionControlsAreSame
control1: `Control` or its subclass. control2: `Control` or its subclass. Return bool, True if control1 and control2 represent the same c
wxauto/uiautomation.py:7761
MethodCreateControlFromControl
Create a concreate `Control` from a control instance, copy it. control: `Control` or its subclass. Return a subclass of `Cont
wxauto/uiautomation.py:5322
MethodCulture
Property Culture. Call IUIAutomationElement::get_CurrentCulture. Refer https://docs.microsoft.com/en-us/windows/desktop/api/u
wxauto/uiautomation.py:5501
MethodCurrentView
Property CurrentView. Call IUIAutomationMultipleViewPattern::get_CurrentCurrentView. Return int, the control-specific identif
wxauto/uiautomation.py:3919
MethodCustomControl
(self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties)
wxauto/uiautomation.py:6419
MethodDataGridControl
(self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties)
wxauto/uiautomation.py:6422
MethodDataItemControl
(self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties)
wxauto/uiautomation.py:6425
MethodDateTime
Property DateTime. Call IUIAutomationAnnotationPattern::get_CurrentDateTime. Refer https://docs.microsoft.com/en-us/windows/d
wxauto/uiautomation.py:3440
MethodDefaultAction
Property DefaultAction. Call IUIAutomationLegacyIAccessiblePattern::get_CurrentDefaultAction. Return str, the Microsoft Activ
wxauto/uiautomation.py:3768
MethodDeleteLog
Delete log file.
wxauto/uiautomation.py:3006
MethodDescription
Property Description. Call IUIAutomationLegacyIAccessiblePattern::get_CurrentDescription. Return str, the Microsoft Active Ac
wxauto/uiautomation.py:3778
MethodDoDefaultAction
Call IUIAutomationLegacyIAccessiblePattern::DoDefaultAction. Perform the Microsoft Active Accessibility default action for the elemen
wxauto/uiautomation.py:3847
MethodDockPosition
Property DockPosition. Call IUIAutomationDockPattern::get_CurrentDockPosition. Return int, a value in class `DockPosition`.
wxauto/uiautomation.py:3483
MethodDocumentControl
(self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties)
wxauto/uiautomation.py:6428
MethodDocumentRange
Property DocumentRange. Call IUIAutomationTextPattern::get_DocumentRange. Return `TextRange`, a text range that encloses the
wxauto/uiautomation.py:4805
MethodDownloadFiles
开始下载文件 Args: who ( str ):聊天名称 amount ( num ):下载的文件数量限制。 deadline ( str ):截止日期限制。 size ( str )
wxauto/wxauto.py:821
MethodDragDrop
(self, x1: int, y1: int, x2: int, y2: int, moveSpeed: float=1, waitTime: float = OPERATION_WAIT_TIME)
wxauto/uiautomation.py:6197
MethodDropEffect
Property DropEffect. Call IUIAutomationDragPattern::get_CurrentDropEffect. Return str, a localized string that indicates what
wxauto/uiautomation.py:3510
MethodDropEffects
Property DropEffects. Call IUIAutomationDragPattern::get_CurrentDropEffects, todo SAFEARRAY. Return List[str], a list of loca
wxauto/uiautomation.py:3521
MethodDropTargetEffect
Property DropTargetEffect. Call IUIAutomationDropTargetPattern::get_CurrentDropTargetEffect. Return str, a localized string t
wxauto/uiautomation.py:3566
MethodDropTargetEffects
Property DropTargetEffects. Call IUIAutomationDropTargetPattern::get_CurrentDropTargetEffects, todo SAFEARRAY. Return List[st
wxauto/uiautomation.py:3577
MethodEditRemark
修改好友备注名 Args: remark (str): 新备注名
wxauto/elements.py:654
MethodElement
Property Element. Return `ctypes.POINTER(IUIAutomationElement)`.
wxauto/uiautomation.py:5782
FunctionEnumAndLogControl
Print and log control and its descendants' propertyies. control: `Control` or its subclass. maxDepth: int, enum depth. showAllName: b
wxauto/uiautomation.py:7875
FunctionEnumAndLogControlAncestors
Print and log control and its ancestors' propertyies. control: `Control` or its subclass. showAllName: bool, if False, print the first 30
wxauto/uiautomation.py:7887
MethodExpandCollapseState
Property ExpandCollapseState. Call IUIAutomationExpandCollapsePattern::get_CurrentExpandCollapseState. Return int, a value in
wxauto/uiautomation.py:3595
MethodExpandToEnclosingUnit
Call IUIAutomationTextRange::ExpandToEnclosingUnit. Normalize the text range by the specified text unit. The range is exp
wxauto/uiautomation.py:4556
MethodExtendedProperties
Property ExtendedProperties. Call IUIAutomationStylesPattern::get_CurrentExtendedProperties. Return str, a localized string t
wxauto/uiautomation.py:4333
MethodFillColor
Property FillColor. Call IUIAutomationStylesPattern::get_CurrentFillColor. Return int, the fill color of an element in a docu
wxauto/uiautomation.py:4343
MethodFillPatternColor
Property FillPatternColor. Call IUIAutomationStylesPattern::get_CurrentFillPatternColor. Return int, the color of the pattern
wxauto/uiautomation.py:4353
MethodFindAttribute
Call IUIAutomationTextRange::FindAttribute. textAttributeID: int, a value in class `TextAttributeId`. val: COM VARIANT accord
wxauto/uiautomation.py:4570
MethodFindItemByProperty
Call IUIAutomationItemContainerPattern::FindItemByProperty. control: `Control` or its subclass. propertyValue: COM VARIANT ac
wxauto/uiautomation.py:3739
MethodFindText
Call IUIAutomationTextRange::FindText. text: str, backward: bool, True if the last occurring text range should be returned in
wxauto/uiautomation.py:4583
MethodFormula
Property Formula. Call IUIAutomationSpreadsheetItemPattern::get_CurrentFormula. Return str, the formula for this cell.
wxauto/uiautomation.py:4275
MethodFrameworkId
Property FrameworkId. Call IUIAutomationElement::get_CurrentFrameworkId. Return str, such as Win32, WPF... Refer http
wxauto/uiautomation.py:5518
MethodFromFile
Load image from a file. filePath: str. Return bool, True if succeed otherwise False.
wxauto/uiautomation.py:3120
MethodGetActiveComposition
Call IUIAutomationTextEditPattern::GetActiveComposition. Return `TextRange` or None, the active composition. Refer https://do
wxauto/uiautomation.py:4778
MethodGetAllFriends
获取所有好友列表 注: 1. 该方法运行时间取决于好友数量,约每秒6~8个好友的速度 2. 该方法未经过大量测试,可能存在未知问题,如有问题请微信群内反馈 Args: keywo
wxauto/wxauto.py:656
MethodGetAllListenChat
获取所有监听对象
wxauto/wxauto.py:679
MethodGetAllNewMessage
获取所有新消息 Args: max_round (int): 最大获取次数 * 这里是为了避免某几个窗口一直有新消息,导致无法停止
wxauto/wxauto.py:235
MethodGetAllPixelColors
Return `ctypes.Array`, an iterable array of int values in argb.
wxauto/uiautomation.py:3282
MethodGetAncestorControl
Get an ancestor control that matches the condition. condition: Callable[[Control, int], bool], function(control: Control, depth: int)
wxauto/uiautomation.py:5826
MethodGetAnnotationObjects
Call IUIAutomationSelectionPattern::GetCurrentAnnotationObjects. Return List[Control], a list of `Control` subclasses representing th
wxauto/uiautomation.py:4284
MethodGetAnnotationTypes
Call IUIAutomationSelectionPattern::GetCurrentAnnotationTypes. Return List[int], a list of int values in class `AnnotationType`,
wxauto/uiautomation.py:4301
MethodGetAttributeValue
Call IUIAutomationTextRange::GetAttributeValue. textAttributeId: int, a value in class `TextAttributeId`. Return `ctypes.POIN
wxauto/uiautomation.py:4596
MethodGetBoundingRectangles
Call IUIAutomationTextRange::GetBoundingRectangles. textAttributeId: int, a value in class `TextAttributeId`. Return List[Rec
wxauto/uiautomation.py:4605
MethodGetCachedPattern
Get a pattern by patternId. patternId: int, a value in class `PatternId`. Return a pattern if it supports the pattern else No
wxauto/uiautomation.py:5798
MethodGetChildControl
Get the nth child control. index: int, starts with 0. control_type: `Control` or its subclass, if not None, only return the n
wxauto/uiautomation.py:5904
MethodGetChildren
Call IUIAutomationTextRange::GetChildren. textAttributeId: int, a value in class `TextAttributeId`. Return List[Control], a l
wxauto/uiautomation.py:4624
MethodGetClickablePoint
Call IUIAutomationElement::GetClickablePoint. Return Tuple[int, int, bool], three items tuple (x, y, gotClickable), such as (20, 10,
wxauto/uiautomation.py:5706
FunctionGetClipboardText
()
wxauto/uiautomation.py:1723
MethodGetColumnHeaderItems
Call IUIAutomationTableItemPattern::GetCurrentColumnHeaderItems. Return List[Control], a list of `Control` subclasses, the column hea
wxauto/uiautomation.py:4422
MethodGetColumnHeaders
Call IUIAutomationTablePattern::GetCurrentColumnHeaders. Return List[Control], a list of `Control` subclasses, representing all the c
wxauto/uiautomation.py:4472
FunctionGetConsoleOriginalTitle
GetConsoleOriginalTitle from Win32. Return str. Only available on Windows Vista or higher.
wxauto/uiautomation.py:2356
FunctionGetConsoleTitle
GetConsoleTitle from Win32. Return str.
wxauto/uiautomation.py:2371
FunctionGetConsoleWindow
Return `WindowControl` or None, a console window that runs python.
wxauto/uiautomation.py:7711
MethodGetConversionTarget
Call IUIAutomationTextEditPattern::GetConversionTarget. Return `TextRange` or None, the current conversion target range.. Ref
wxauto/uiautomation.py:4788
MethodGetDockPattern
Return `DockPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6973
MethodGetDockPattern
Return `DockPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7111
MethodGetDockPattern
Return `DockPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7369
MethodGetDockPattern
Return `DockPattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:7479
FunctionGetEditText
Get text of a native Win32 Edit. handle: int, the handle of a native window. Return str.
wxauto/uiautomation.py:2343
MethodGetEnclosingControl
Call IUIAutomationTextRange::GetEnclosingElement. Return `Control` subclass, the innermost UI Automation element that encloses the te
wxauto/uiautomation.py:4642
MethodGetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6539
MethodGetExpandCollapsePattern
Return `ExpandCollapsePattern` if it supports the pattern else None(Conditional support according to MSDN).
wxauto/uiautomation.py:6721
← previousnext →201–300 of 775, ranked by callers