← Back to Page domain

Page.bringToFront

Brings page to front (activates tab).

Domain: Page stable

Example Request

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

Example Response

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

Usage in Node.js

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