chore: remove docusaurus metadata from README.md (#8624)

This commit is contained in:
jrandolf
2022-07-05 14:42:31 +02:00
committed by GitHub
parent fc77c1517f
commit 45eb2c607f
728 changed files with 15375 additions and 17493 deletions

View File

@@ -1,19 +1,16 @@
---
sidebar_label: Target.createCDPSession
---
# Target.createCDPSession() method
Creates a Chrome Devtools Protocol session attached to the target.
**Signature:**
```typescript
class Target {
createCDPSession(): Promise<CDPSession>;
}
```
**Returns:**
Promise&lt;[CDPSession](./puppeteer.cdpsession.md)&gt;
---
sidebar_label: Target.createCDPSession
---
# Target.createCDPSession() method
Creates a Chrome Devtools Protocol session attached to the target.
**Signature:**
```typescript
class Target {createCDPSession(): Promise<CDPSession>;}
```
**Returns:**
Promise&lt;[CDPSession](./puppeteer.cdpsession.md)&gt;