Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/X-PLUG/MobileAgent
/ systemWideElement
Method
systemWideElement
PC-Agent/pywin.py:687–689 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
685
686
@staticmethod
687
def
systemWideElement():
688
desktop = Desktop(backend=
"uia"
)
689
return
UIElement(desktop)
690
691
def
__repr__(self):
692
return
f
"UIElement({self.element})"
Callers
1
pywin.py
File · 0.45
Calls
1
UIElement
Class · 0.70
Tested by
no test coverage detected