synpress icon indicating copy to clipboard operation
synpress copied to clipboard

[💡 Feature]: ability to use a custom browser when creating a cache

Open iliyaZelenko opened this issue 1 year ago • 0 comments

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

iliyaZelenko avatar Mar 06 '24 09:03 iliyaZelenko