(self, connection: "Connection")
| 244 | |
| 245 | class RootChannelOwner(ChannelOwner): |
| 246 | def __init__(self, connection: "Connection") -> None: |
| 247 | super().__init__(connection, "Root", "", {}) |
| 248 | |
| 249 | async def initialize(self) -> "Playwright": |
| 250 | return from_channel( |