MCPcopy
hub / github.com/cluic/wxauto / WindowControl

Method WindowControl

wxauto/uiautomation.py:6524–6525  ·  view source on GitHub ↗
(self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties)

Source from the content-addressed store, hash-verified

6522 return TreeItemControl(searchDepth=searchDepth, searchInterval=searchInterval, foundIndex=foundIndex, element=element, searchFromControl=self, **searchProperties)
6523
6524 def WindowControl(self, searchDepth=0xFFFFFFFF, searchInterval=SEARCH_INTERVAL, foundIndex=1, element=0, **searchProperties) -> 'WindowControl':
6525 return WindowControl(searchDepth=searchDepth, searchInterval=searchInterval, foundIndex=foundIndex, element=element, searchFromControl=self, **searchProperties)
6526
6527
6528class AppBarControl(Control):

Callers 14

_download_fileMethod · 0.80
__init__Method · 0.80
GetGroupMembersMethod · 0.80
__init__Method · 0.80
AcceptMethod · 0.80
__init__Method · 0.80
forwardMethod · 0.80
parseMethod · 0.80
forwardMethod · 0.80
parseMethod · 0.80
WeChatClass · 0.80
AddListenChatMethod · 0.80

Calls 1

WindowControlClass · 0.85

Tested by

no test coverage detected