Closed
Description
What
Migrate the following APIs according to the How section in #428:
Class | Method | Current k6 Return | PW return |
---|---|---|---|
Browser | closeContext | void | not found in Playwright |
Browser | context | BrowserContext | not found in Playwright |
Browser | newContext | BrowserContext | Promise |
Browser | newPage | Page | Promise |
For details on the Why and How, check the overarching issue in #428.
Activity