This website requires JavaScript.
Explore
Help
Register
Sign In
Filip
/
playwright
Watch
1
Star
0
Fork
You've already forked playwright
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
a98abbdda9
playwright
/
tests
/
assets
/
title.html
3 lines
41 B
HTML
Raw
Normal View
History
Unescape
Escape
chore: do not leak internal page handles after closing page (#24169) Partial fix for https://github.com/microsoft/playwright/issues/6319 After this fix, the following scenario won't leak and the context state (cookies, storage, etc) can be reused by the new page sessions: ```js for (let i = 0; i < 1000; ++i) { const page = await context.newPage(); await page.goto('...'); await page.close('...'); } ```
2023-07-12 23:51:13 +02:00
<!DOCTYPE html>
Initial commit
2019-11-19 03:18:28 +01:00
<
title
>
Woof-Woof
<
/
title
>
Reference in a new issue
Copy permalink