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
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