MCPcopy 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.pyFile · 0.45

Calls 1

UIElementClass · 0.70

Tested by

no test coverage detected