Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 257 Bytes

puppeteer.jshandle.tostring.md

File metadata and controls

23 lines (15 loc) · 257 Bytes
sidebar_label
JSHandle.toString

JSHandle.toString() method

Returns a string representation of the JSHandle.

Signature:

class JSHandle {
  toString(): string;
}

Returns:

string

Remarks

Useful during debugging.