Sets the browser context to offline or online mode. Example:Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
setOffline(enabled: true)
Returns true if the offline status was successfully set.
Definition
Arguments
enabled
Boolean!
Whether to enable (true) or disable (false) offline mode.
Returns
Boolean! TheBoolean scalar type represents true or false.