playwright/packages/playwright-core
Dmitry Gozman 01a8977b4d
feat: make scrollIntoView work with zero-sized elements (#13702)
We skip waiting for "visible" state that enforces non-zero size.
Other invisible conditions like "display:none" fail during the
actual "scrolling" step and will retry.
2022-04-23 21:48:36 +01:00
..
2021-10-11 16:52:17 +02:00
2021-10-11 16:52:17 +02:00
2022-04-18 20:20:49 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.