playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[Feature]: (bidi) Support more remote value types in remoteObjectValue()

Open hbenl opened this issue 1 month ago • 0 comments

🚀 Feature Request

remoteObjectValue() currently only supports a few types and returns remoteObject.value for many without deserializing the value from its BiDi representation, failing this check.

Example

No response

Motivation

This will make JSHandle.jsonValue() work for more objects when using BiDi.

hbenl avatar Nov 21 '25 16:11 hbenl