playwright 1.0.0

Download zip

class: browsercontext

[26:14] (extern: com.lehman.aussom.ABrowserContext) extends: object

The browsercontext class represents an isolated browser session with its own cookies, local storage, and permissions. Instances are obtained by calling browser.newContext() or browsertype.launchPersistentContext(). Each context is independent - cookies and auth state do not leak between contexts.

Methods