dappeteer icon indicating copy to clipboard operation
dappeteer copied to clipboard

[DEPRECATED]🏌🏼‍E2E testing for dApps using Puppeteer + MetaMask

Results 72 dappeteer issues
Sort by recently updated
recently updated
newest added

Release-As: 3.0.0 **Short description of work done** ### PR Checklist - [ ] I have run linter locally - [ ] I have run unit and integration tests locally -...

:robot: I have created a release *beep* *boop* --- ## [3.1.0-rc.0](https://github.com/ChainSafe/dappeteer/compare/v3.0.0-rc.0...v3.1.0-rc.0) (2022-08-16) ### Features * standard release process ([#117](https://github.com/ChainSafe/dappeteer/issues/117)) ([b30043a](https://github.com/ChainSafe/dappeteer/commit/b30043a2185bc49b25bf5f4ae12e669b106a7ccb)) ### Bug Fixes * README.md ([#122](https://github.com/ChainSafe/dappeteer/issues/122)) ([1855a8a](https://github.com/ChainSafe/dappeteer/commit/1855a8a144ed5439616c834f9188e006b658a0ff)) --- This PR...

autorelease: pending

**Short description of work done** Used ```newPage``` instead of ```pages``` in bootstrap. ### PR Checklist - [x] I have run linter locally - [x] I have run unit and integration...

I'm trying to log in to opensea but, i'm getting cloudflare ddos protection and it's stuck in endless redirect loop. In dev console it says enable javascript... I searched for...

help wanted

When I bootstrap dappeteer,it need import seed,add network,switch network,it seems too slow.Futhermore,it failed sometimes when add new network to metamask.Are there any way to launch by my own prepared metamask...

help wanted
feature

**Describe the bug** Switching to the local network doesn't seem to work correctly. There appear to be multiple suggested ways in the docs. I see `switchNetwork("local")`, `switchNetwork("localhost")`, `switchNetwork("Localhost8545")`. What's the...

bug

**Short description of work done** This is to resolve issue on dappeteer when trying to get all version of metamask like 10.1.1, the getMetamaskRelease is not including pagination on the...

Hi. I have a problem with approving all imported accounts for my metamask wallet. What I'm doing: 1) Setup metamask and import 3 PK 2) On my app main page...

enhancement

**Describe the bug** MetaMask - RPC Error: User rejected the request. Object code: 4001 message: "User rejected the request." [[Prototype]]: Object **To Reproduce** Steps to reproduce the behavior: const browser...

bug

When i call `setupMetamask` using headless mode, the function never ends. I don't have errors but i can't use it. ```js const browser = await dappeteer.launch(puppeteer, { metamaskVersion: 'v10.1.1', headless:...

documentation