mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

This encapsulates selectors logic in one place, in a preparation for more complex scenarios like main-world selectors or piercing frames. Note: we had `Page.fill should wait for visible visibilty` test, but we do not actually wait for visible in page.fill(). It happened to pass due to lucky evaluation order. References #1316.