<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetScrollbarsHiddenRequest](./puppeteer.protocol.emulation.setscrollbarshiddenrequest.md) > [hidden](./puppeteer.protocol.emulation.setscrollbarshiddenrequest.hidden.md) ## Protocol.Emulation.SetScrollbarsHiddenRequest.hidden property Whether scrollbars should be always hidden. <b>Signature:</b> ```typescript hidden: boolean; ```