[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [TargetInfo](./puppeteer.protocol.target.targetinfo.md) > [attached](./puppeteer.protocol.target.targetinfo.attached.md) ## Protocol.Target.TargetInfo.attached property Whether the target has an attached client. Signature: ```typescript attached: boolean; ```