diff --git a/fullykiosk/__init__.py b/fullykiosk/__init__.py index d264d7d..70d29d4 100644 --- a/fullykiosk/__init__.py +++ b/fullykiosk/__init__.py @@ -130,6 +130,9 @@ async def clearCookies(self): async def getCamshot(self): return await self._rh.get(cmd="getCamshot", password=self._password) + async def getScreenshot(self): + return await self._rh.get(cmd="getScreenshot", password=self._password) + class _RequestsHandler: """Internal class to create FullyKiosk requests"""