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

Method security_details

playwright/_impl/_fetch.py:562–563  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

560 return json.loads(content)
561
562 async def security_details(self) -> Optional[SecurityDetails]:
563 return self._initializer.get("securityDetails") or None
564
565 async def server_addr(self) -> Optional[RemoteAddr]:
566 return self._initializer.get("serverAddr") or None

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected