<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Target](./puppeteer.protocol.target.md) &gt; [SetAutoAttachRequest](./puppeteer.protocol.target.setautoattachrequest.md) &gt; [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;
```