mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(firefox): basic support for Network (#3988)
This patch introduces basic Request and Response events for page. It also teaches navigation methods, e.g. `page.goto` to return navigation response.
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports.addTests = ({testRunner, product, puppeteer, Errors, DeviceDescri
|
||||
executablePath: CHROME ? process.env.CHROME : process.env.FFOX,
|
||||
slowMo,
|
||||
headless,
|
||||
dumpio: (process.env.DUMPIO || 'false').trim().toLowerCase() === 'true',
|
||||
dumpio: !!process.env.DUMPIO,
|
||||
};
|
||||
|
||||
if (defaultBrowserOptions.executablePath) {
|
||||
|
||||
Reference in New Issue
Block a user