We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572a20a commit 05b4339Copy full SHA for 05b4339
npiai/core/browser/_playwright.py
@@ -99,4 +99,5 @@ async def stop(self):
99
"""
100
Dispose the chrome tools
101
102
+ await self.browser.close()
103
await self.playwright.stop()
0 commit comments