puppeteer/docs/api/puppeteer.puppeteernode.lastlaunchedproduct.md

14 lines
201 B
Markdown
Raw Normal View History

---
sidebar_label: PuppeteerNode.lastLaunchedProduct
---
# PuppeteerNode.lastLaunchedProduct property
#### Signature:
```typescript
class PuppeteerNode {
get lastLaunchedProduct(): Product;
}
```