MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / screencap

Method screencap

source/binding/Python/maa/controller.py:1314–1315  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1312
1313 @abstractmethod
1314 def screencap(self) -> numpy.ndarray:
1315 raise NotImplementedError
1316
1317 @abstractmethod
1318 def click(self, x: int, y: int) -> bool:

Callers 1

_c_screencap_agentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected