2020-06-04 14:56:45 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [JSHandle](./puppeteer.jshandle.md) > [toString](./puppeteer.jshandle.tostring.md)
|
|
|
|
|
|
|
|
## JSHandle.toString() method
|
|
|
|
|
2020-06-25 14:49:35 +00:00
|
|
|
Returns a string representation of the JSHandle.
|
|
|
|
|
2020-06-04 14:56:45 +00:00
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
toString(): string;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
string
|
|
|
|
|
2020-06-25 14:49:35 +00:00
|
|
|
## Remarks
|
|
|
|
|
|
|
|
Useful during debugging.
|
|
|
|
|