Jeff An
Jeff An
### Version 1.40.1 ### Steps to reproduce 1. clone this repo: https://github.com/jeff-an/playwright-bug-report 2. `npm install && npx playwright install` 3. `node main.js` ### Expected behavior The screen does NOT flicker...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
### Version 1.44.1, 1.48.2 ### Steps to reproduce Minimal reproduction is available in this pull request in my public demo repository: https://github.com/jeff-an/playwright-shadow-dom-repro/pull/1. The main Playwright script is [here](https://github.com/jeff-an/playwright-shadow-dom-repro/blob/5d4fb4bd8b52439bdef01efe15e480f935f6409b/index.ts) while the...
### Description Property ordering is extremely important when generating JSON. Google's API requires you to set a propertyOrdering key when sending requests to its API in order to guarantee a...