Sets the network connection to offline.
It does not change the parameters used in Page.emulateNetworkConditions()
class Page {
abstract setOfflineMode(enabled: boolean): Promise<void>;
}
Parameter | Type | Description |
---|---|---|
enabled | boolean | When `true`, enables offline mode for the page. |
Returns:
Promise<void>