You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Didn't find Questions tab in this repo so ill ask it here i guess
Is there any way to pass context from one playwright.Browser instance to another? Besides browser.NewContext(BrowserNewContextOptions{}), because state from ctx.StorageState() from browser is StorageState type, and for NewContext is OptionalStorageState and nested Cookie is also different types, its so frustrating, i think its not intended to work like this, manually build context every time doesnt seem okay for me
any suggestions, maybe im blind and cant see an easy way to solve my problem?
The text was updated successfully, but these errors were encountered:
that is one way but not actually what im trying to do, here some context, i need to pass context with storageState from one browser that did some logins/auth to new another browser so the new browser will has same sessions and wont need to login/auth to apps again
Didn't find Questions tab in this repo so ill ask it here i guess
Is there any way to pass context from one playwright.Browser instance to another? Besides browser.NewContext(BrowserNewContextOptions{}), because state from ctx.StorageState() from browser is StorageState type, and for NewContext is OptionalStorageState and nested Cookie is also different types, its so frustrating, i think its not intended to work like this, manually build context every time doesnt seem okay for me
any suggestions, maybe im blind and cant see an easy way to solve my problem?
The text was updated successfully, but these errors were encountered: