Serializable data returned by convertDataToSerializable that can be passed between Node.js and Web environments (and vice versa) through e.g. page.evaluate. To convert data back to the original format, use convertDataFromSerializable.
page.evaluate
The data that has been serialized.
Functions represented as strings.
Objects represented as serializable data.
Symbols represented as strings.
Serializable data returned by convertDataToSerializable that can be passed between Node.js and Web environments (and vice versa) through e.g.
page.evaluate. To convert data back to the original format, use convertDataFromSerializable.