Page.setOfflineMode() method
Sets the network connection to offline.
It does not change the parameters used in Page.emulateNetworkConditions()
Signature:
class Page {
abstract setOfflineMode(enabled: boolean): Promise<void>;
}
Parameters
Parameter | Type | Description |
---|---|---|
enabled | boolean | When |
Returns:
Promise<void>