mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(firefox): Page.waitForRequest/Page.waitForResponse (#3989)
Drive-by: refactor `Request.frame()` tests into a separate test suite.
This commit is contained in:
@@ -97,6 +97,10 @@ const utils = module.exports = {
|
||||
}
|
||||
},
|
||||
|
||||
isFavicon: function(request) {
|
||||
return request.url().includes('favicon.ico');
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {!Page} page
|
||||
* @param {string} frameId
|
||||
|
||||
Reference in New Issue
Block a user