← Back to Page domain

Page.clearGeolocationOverride

Clears the overridden Geolocation Position and Error.

Domain: Page deprecated

Example Request

{
  "id": 1,
  "method": "Page.clearGeolocationOverride"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Page.clearGeolocationOverride');
console.log(result);