puppeteer/new-docs/puppeteer.jshandle.tostring.md
2020-06-25 15:49:35 +01:00

448 B

Home > puppeteer > JSHandle > toString

JSHandle.toString() method

Returns a string representation of the JSHandle.

Signature:

toString(): string;

Returns:

string

Remarks

Useful during debugging.