Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Using args override default args #213

Closed
BeroBurny opened this issue Dec 9, 2022 · 0 comments · Fixed by #240
Closed

Using args override default args #213

BeroBurny opened this issue Dec 9, 2022 · 0 comments · Fixed by #240
Labels
bug Something isn't working P0 Critical. Tacked by core team

Comments

@BeroBurny
Copy link
Contributor

Using args while launching the app will override existing ones

const { browser, metaMask, metaMaskPage } = await dappeteer.bootstrap({
      automation: "puppeteer",
      browser: "chrome",
      metaMaskVersion: 'v10.22.0`
      puppeteerOptions: {
        args: [`--accept-lang=de`],
      },
    });
@BeroBurny BeroBurny added bug Something isn't working P0 Critical. Tacked by core team labels Dec 9, 2022
@Lykhoyda Lykhoyda mentioned this issue Jan 12, 2023
4 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working P0 Critical. Tacked by core team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant