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

Method inner

playwright/_impl/_browser.py:226–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 params = locals_to_params(locals())
225
226 async def inner() -> Page:
227 context = await self.new_context(**params)
228 page = await context.new_page()
229 page._owned_context = context
230 context._owner_page = page
231 return page
232
233 return await self._connection.wrap_api_call(inner, title="Create page")
234

Callers

nothing calls this directly

Calls 2

new_contextMethod · 0.95
new_pageMethod · 0.45

Tested by

no test coverage detected