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

- Never write to console on the server side - we use stdout for communication. This includes logPolitely and deprecate. - Pass undefined instead of null in some BrowserContext methods. - Use explicit _setFileChooserIntercepted instead of on/off magic.