Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AirtestProject/Poco
/ connect_window
Method
connect_window
poco/drivers/windows/windowsui_poco.py:53–54 ·
view source on GitHub ↗
(self, selector)
Source
from the content-addressed store, hash-verified
51
52
@sync_wrapper
53
def
connect_window(self, selector):
54
return
self.agent.rpc.call(
"ConnectWindow"
, selector)
55
56
@sync_wrapper
57
def
set_foreground(self):
Callers
1
__init__
Method · 0.95
Calls
1
call
Method · 0.45
Tested by
no test coverage detected