playwright/packages/playwright-core
Simon Knott b0f15b320f
fix(recorder): reattach toolbar if it was unmounted by framework hydration (#32637)
Closes https://github.com/microsoft/playwright/issues/32632. A side
effect of Remix's hydration implementation is that it throws away the
entire DOM. This is broadly discussed in
https://github.com/remix-run/remix/issues/4822 - there might be a fix in
coming React versions, but who knows.
Besides breaking browser extensions, this also deletes our toolbar!
This PR fixes it by periodically checking in on `x-pw-glass`, and
remounting it if it was unmounted. Hacky but effective!
2024-09-17 08:37:49 +02:00
..
bin chore: generate self-signed certificates for socks proxy (#32192) 2024-08-16 20:21:05 +02:00
bundles chore: load env from playwright.env when running codegen (#32280) 2024-08-23 10:19:36 -07:00
src fix(recorder): reattach toolbar if it was unmounted by framework hydration (#32637) 2024-09-17 08:37:49 +02:00
types feat(client-certificates): add support for proxies (#32611) 2024-09-16 17:57:33 +02:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
.npmignore fix(client-certificates): include socks-certs in npm package (#31872) 2024-07-26 11:04:38 +02:00
browsers.json feat(webkit): roll to r2077 (#32636) 2024-09-16 17:18:01 +02:00
cli.js chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: refactored minimum Node Major version to variable (#24188) 2023-07-18 19:57:48 +02:00
index.mjs fix: export request from index.jsm (#13158) 2022-03-30 09:35:47 -07:00
package.json chore: mark 1.48.0-next (#32466) 2024-09-05 12:57:16 +02:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00
ThirdPartyNotices.txt chore: load env from playwright.env when running codegen (#32280) 2024-08-23 10:19:36 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.