playwright/packages/playwright-core
Dmitry Gozman 9fc95dda84
fix(screenshot): do not stall on hideHiglight attempt 2 (#13222)
It turns out that "non stalling evaluate" can stall in Chromium
in some weird conditions, like `document.open` after some weird
`iframe.src` value.

We now only hide highlight in those frames where we did install
highlight in the first place.
2022-03-31 15:33:29 -07:00
..
2021-10-11 16:52:17 +02:00
2021-10-11 16:52:17 +02:00
2022-03-08 14:01:20 -08:00

playwright-core

This package contains the no-browser flavor of Playwright.