Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getMetamask get stuck when using userDataDir #21

Open
Bane1212 opened this issue Oct 28, 2020 · 0 comments
Open

getMetamask get stuck when using userDataDir #21

Bane1212 opened this issue Oct 28, 2020 · 0 comments

Comments

@Bane1212
Copy link

If we use...

const browser = await dappeteer.launch(puppeteer, {
    userDataDir: './myData'
  });

...in other words, preserve Chrome Profile with previous Metamask usage, then...
const metamask = await dappeteer.getMetamask(browser);
...gets stuck, because Metamask opens on "login" page.

It would be nice if getMetamask doesn't always go thru "create account" routine, but just to return Metamask handle if it detects that we are on the "login" page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant