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

Method _extract_text

src/webwright/models/base.py:277–278  ·  view source on GitHub ↗
(self, payload: dict[str, Any])

Source from the content-addressed store, hash-verified

275 raise NotImplementedError
276
277 def _extract_text(self, payload: dict[str, Any]) -> str:
278 raise NotImplementedError
279
280 def _usage_metrics_from_payload(self, payload: dict[str, Any]) -> dict[str, int]:
281 raise NotImplementedError

Callers 2

_query_asyncMethod · 0.95
_complete_text_asyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected