mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
764 B
764 B
name | about | title | labels | assignees |
---|---|---|---|---|
REGRESSION | Functionality that used to work and does not any more | [REGRESSION]: |
Context:
- GOOD Playwright Version: [what Playwright version worked nicely?]
- BAD Playwright Version: [what Playwright version doesn't work any more?]
- Operating System: [e.g. Windows, Linux or Mac]
- Extra: [any specific details about your environment]
Code Snippet
Help us help you! Put down a short code snippet that illustrates your bug and that we can run and debug locally. For example:
const {chromium, webkit, firefox} = require('playwright');
(async () => {
const browser = await chromium.launch();
// ...
})();
Describe the bug
Add any other details about the problem here.