fix semicolon

This commit is contained in:
Dmitry Gozman 2020-02-18 09:14:34 -08:00 committed by GitHub
parent a1ef57a526
commit 499a2c02c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ export class FFBrowser extends platform.EventEmitter implements Browser {
deviceScaleFactor: 1,
hasTouch: false,
};
};
}
const { browserContextId } = await this._connection.send('Target.createBrowserContext', {
userAgent: options.userAgent,
bypassCSP: options.bypassCSP,