← Back to Page domain

Page.clearDeviceOrientationOverride

Clears the overridden Device Orientation.

Domain: Page deprecated

Example Request

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

Example Response

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

Usage in Node.js

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