Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 533 Bytes

puppeteer.page.setrequestinterception.md

File metadata and controls

22 lines (13 loc) · 533 Bytes

Home > puppeteer > Page > setRequestInterception

Page.setRequestInterception() method

Signature:

setRequestInterception(value: boolean): Promise<void>;

Parameters

Parameter Type Description
value boolean

Returns:

Promise<void>