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

Method serialize

src/webwright/__init__.py:62–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 def get_template_vars(self, **kwargs) -> dict[str, Any]: ...
61
62 def serialize(self) -> dict[str, Any]: ...
63
64 def close(self) -> None: ...
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected