Skip to main content
Version: 18.0.1

Page.setOfflineMode() method

Signature:

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

Parameters

ParameterTypeDescription
enabledbooleanWhen true, enables offline mode for the page.

Returns:

Promise<void>

Remarks

NOTE: while this method sets the network connection to offline, it does not change the parameters used in [page.emulateNetworkConditions(networkConditions)] (#pageemulatenetworkconditionsnetworkconditions)