Skip to content

Add support for launching Playwright with a persistent browser context #963

@vdusek

Description

@vdusek

Description

It looks like our current Python implementation always uses an incognito context when launching Playwright (launch, which is the default behavior. However, in JavaScript, the default is a persistent context unless explicitly set otherwise (launch_persistent_context).

This will probably be a breaking change (it's changing the default behaviour).

Relevant code

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request.t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions