(self)
| 742 | |
| 743 | class DummyBrowser: |
| 744 | def __init__(self): |
| 745 | self.last_context_kwargs = None |
| 746 | |
| 747 | async def new_context(self, **kwargs): |
| 748 | self.last_context_kwargs = kwargs |
nothing calls this directly
no outgoing calls
no test coverage detected