This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Have trouble starting metamask #311
Open
Description
Describe the bug
I get a lot of error when setup matamask (like 8/10)
To Reproduce
const browser = await dappeteer.launch({
headless: false,
})
const metaMask = await dappeteer.setupMetaMask(browser, {
seed: "test test test test test test test test test test test junk",
password: "xxx",
});
Logs
Some Logs from console
Expected behavior
can setup metamask successfully
Screenshots
If applicable, add screenshots to help explain your problem.
System:
- MacOs
- OS version 13.3.1
- NodeJs version v18.14.2
- dappeteer version 5.0.1
- testing framework
- testing framework version
- puppeteer version 19.10.1
- playwright version
Additional context
Add any other context about the problem here.