Searched refs:CanTakeScreenshot (Results 1 – 8 of 8) sorted by relevance
19 self.assertTrue(self._platform.CanTakeScreenshot())26 if not self._platform.CanTakeScreenshot():
336 def CanTakeScreenshot(self): member in Platform337 return self._platform_backend.CanTakeScreenshot()
94 def CanTakeScreenshot(self): member in FakeLinuxPlatform98 if not self.CanTakeScreenshot():
155 def CanTakeScreenshot(self): member in MacPlatformBackend
259 def CanTakeScreenshot(self): member in PlatformBackend
190 def CanTakeScreenshot(self): member in AndroidPlatformBackend
140 if tab.browser.platform.CanTakeScreenshot():
620 action_runner.tab.browser.platform.CanTakeScreenshot)