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
...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.
The text was updated successfully, but these errors were encountered:
If we use...
...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.
The text was updated successfully, but these errors were encountered: