Skip to content

Commit 05b4339

Browse files
committedOct 25, 2024
fix(playwright): close browser before stoping
1 parent 572a20a commit 05b4339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎npiai/core/browser/_playwright.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,5 @@ async def stop(self):
9999
"""
100100
Dispose the chrome tools
101101
"""
102+
await self.browser.close()
102103
await self.playwright.stop()

0 commit comments

Comments
 (0)
Failed to load comments.