Browser Context A browser context is a session in a browser instance. They are used to make parallel, independent tests. const browser = await chromium.launch(); const context = await browser.newContext();