puppeteer/docs/api/puppeteer.jshandle.tostring.md

24 lines
267 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: JSHandle.toString
---
# JSHandle.toString() method
Returns a string representation of the JSHandle.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class JSHandle {
abstract toString(): string;
2022-07-05 13:41:43 +00:00
}
```
**Returns:**
string
## Remarks
Useful during debugging.