playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[REGRESSION]: we

Open AndrewJHart opened this issue 2 years ago • 0 comments

Context:

  • GOOD Playwright Version: [what Playwright version worked nicely?] #s###e#- BAD Playwright Version: [what Playwright version doesn't work any more?]deedss
  • 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.

AndrewJHart avatar May 17 '23 08:05 AndrewJHart