We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834698c commit 199d094Copy full SHA for 199d094
src/server/ffPlaywright.ts
@@ -63,7 +63,7 @@ export class FFPlaywright implements Playwright {
63
this._revision = preferredRevision;
64
}
65
66
- async launch(options: LaunchOptions): Promise<FFBrowser> {
+ async launch(options?: LaunchOptions): Promise<FFBrowser> {
67
const app = await this.launchBrowserApp(options);
68
const browser = await FFBrowser.connect(app.connectOptions());
69
// Hack: for typical launch scenario, ensure that close waits for actual process termination.
0 commit comments