Emulation.setScrollbarsHiddenNo description available.
| Name | Type | Description |
|---|---|---|
hidden | boolean | Whether scrollbars should be always hidden. |
{
"id": 1,
"method": "Emulation.setScrollbarsHidden",
"params": {
"hidden": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('Emulation.setScrollbarsHidden', {"hidden": true});
console.log(result);