Page.bringToFront
Brings page to front (activates tab).
{ "id": 1, "method": "Page.bringToFront" }
{ "id": 1, "result": {} }
const result = await send('Page.bringToFront'); console.log(result);