fix: use of wrong launchOptions type in public API (#385)

This commit is contained in:
Max Schmitt 2025-05-09 14:16:04 +02:00 committed by GitHub
parent 053c2f3d32
commit 95ca08fdb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

2
config.d.ts vendored
View file

@ -40,7 +40,7 @@ export type Config = {
*
* This is useful for settings options like `channel`, `headless`, `executablePath`, etc.
*/
launchOptions?: playwright.BrowserLaunchOptions;
launchOptions?: playwright.LaunchOptions;
/**
* Context options for the browser context.