<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [SetAutoAttachRequest](./puppeteer.protocol.target.setautoattachrequest.md) > [autoAttach](./puppeteer.protocol.target.setautoattachrequest.autoattach.md) ## Protocol.Target.SetAutoAttachRequest.autoAttach property Whether to auto-attach to related targets. <b>Signature:</b> ```typescript autoAttach: boolean; ```