mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-30 23:45:33 +03:00
53bf1995db
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('...'); } ```
3 lines
41 B
HTML
3 lines
41 B
HTML
<!DOCTYPE html>
|
|
<title>Woof-Woof</title>
|