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

- Selector is again a string. - Most methods taking selector also accept waitFor option. - Available waitFor options are: 'visible', 'hidden', 'any' === true, false === undefined. - waitForXPath is removed. - waitForSelector is replaced by $(selector, { waitFor: true }).