mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
fea8772d95
Instead of requiring all frames in the subtree to receive a particular event, we rely on the browser's definition of load and DOMContentLoaded. This changes logic in a few edge cases: - Some browsers do not emit load event upon window.stop() at all. - DOMContentLoaded does not wait for subframes, so they might not be ready when passing `{ waitUntil: 'domcontentloaded' }`. `networkidle` preserves the old logic. |
||
---|---|---|
.. | ||
html-reporter | ||
playwright | ||
playwright-chromium | ||
playwright-core | ||
playwright-ct-react | ||
playwright-ct-solid | ||
playwright-ct-svelte | ||
playwright-ct-vue | ||
playwright-ct-vue2 | ||
playwright-firefox | ||
playwright-test | ||
playwright-webkit | ||
recorder | ||
trace-viewer | ||
web | ||
.eslintrc.js |