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

Class Agent

src/webwright/__init__.py:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class Agent(Protocol):
68 config: Any
69
70 def run(self, task: str, **kwargs) -> dict[str, Any]: ...
71
72 def save(self, path: Path | None, *extra_dicts) -> dict[str, Any]: ...
73
74
75__all__ = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected