Skip to main content
Version: Next

Page.setOfflineMode() method

Sets the network connection to offline.

It does not change the parameters used in Page.emulateNetworkConditions()

Signature:

class Page {
setOfflineMode(enabled: boolean): Promise<void>;
}

Parameters

ParameterTypeDescription
enabledbooleanWhen true, enables offline mode for the page.

Returns:

Promise<void>