fix semicolon
This commit is contained in:
parent
a1ef57a526
commit
499a2c02c2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue