fix(browser): update browser context creation for current Puppeteer API and refresh build configuration
This commit is contained in:
@@ -43,10 +43,10 @@ export const getEnvAwareBrowserInstance = async (
|
||||
|
||||
const headlessBrowser = await plugins.puppeteer.launch({
|
||||
args: chromeArgs,
|
||||
pipe: options.usePipe !== undefined ? options.usePipe : true,
|
||||
pipe: options.usePipe ?? true,
|
||||
headless: true,
|
||||
...executablePathOptions,
|
||||
});
|
||||
|
||||
return headlessBrowser;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user