Skip to content

Commit

Permalink
Update puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Dec 10, 2024
1 parent 9a16765 commit c75aeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/puppeteer/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ export default async () => {
`--window-position=${WIDTH * i},0`,
'--enable-features=ExperimentalJavaScript'
],
browser: 'firefox',
defaultViewport: null,
devtools: !IS_HEADLESS,
headless: IS_HEADLESS,
product: 'firefox'
headless: IS_HEADLESS
})

const version = await browser.version()
Expand Down

0 comments on commit c75aeac

Please sign in to comment.