Skip to content

🐞 Bug: GetDOMStorageItemsReturn.entries field type should be List<List<String>> #66

@cyparu

Description

@cyparu

DOMStorage.getDOMStorageItems domain call fails during deserialization due to invalid entries field type (instead of List<List<Double>> should be List<List<String>>).

Here is the corrected dev.kdriver.cdp.domain.DOMStorage.GetDOMStorageItemsReturn class (Tested with Chrome 142.x->146.x)

@Serializable
data class GetDOMStorageItemsReturn(
  val entries: List<List<String>>,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions