Tagged articles
1 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Sep 5, 2023 · Frontend Development

Understanding Browser Contexts and Session Management in Playwright

This article explains Playwright's browser contexts and session management, describing how each context isolates cookies and storage, how to create and control pages with methods like newContext(), newPage(), pages(), bringToFront(), and close(), and provides a complete code example demonstrating multiple contexts for login and data scraping.

Browser ContextPlaywrightSession Management
0 likes · 5 min read
Understanding Browser Contexts and Session Management in Playwright