MCPcopy Create free account
hub / github.com/microsoft/Webwright / execute

Method execute

src/webwright/__init__.py:58–58  ·  view source on GitHub ↗
(self, action: dict[str, Any], cwd: str = "")

Source from the content-addressed store, hash-verified

56 def prepare(self, **kwargs) -> None: ...
57
58 def execute(self, action: dict[str, Any], cwd: str = "") -> dict[str, Any]: ...
59
60 def get_template_vars(self, **kwargs) -> dict[str, Any]: ...
61

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected