[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. Signature: ```typescript autoAttach: boolean; ```