MCPcopy Index your code
hub / github.com/microsoft/playwright-python / hide_actions

Method hide_actions

playwright/_impl/_screencast.py:121–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 return DisposableStub(lambda: self.hide_actions(), self._page)
120
121 async def hide_actions(self) -> None:
122 await self._page._channel.send("screencastHideActions", None)
123
124 async def show_overlay(self, html: str, duration: float = None) -> DisposableStub:
125 result = await self._page._channel.send_return_as_dict(

Calls 1

sendMethod · 0.45