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

Method pages

playwright/_impl/_browser_context.py:310–311  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

308
309 @property
310 def pages(self) -> List[Page]:
311 return self._pages.copy()
312
313 @property
314 def browser(self) -> Optional["Browser"]:

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected