synpress
                                
                                 synpress copied to clipboard
                                
                                    synpress copied to clipboard
                            
                            
                            
                        [💡 Feature]: ability to use a custom browser when creating a cache
Is your feature request related to a problem?
I want to use other chromium browser (nstchrome), connecting over CDP:
const browser = await playwright.chromium.connectOverCDP(
    getCDP_URL()
  );
  const newContext = browser.contexts()[0];
Is there any way to use it in the defineWalletSetup?
Describe the solution you'd like.
Provide custom browser/context to the defineWalletSetup.
Describe alternatives you've considered.
No response
Additional context
No response