Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script.NodeRemoteValue without any attribute? #868

Open
nvborisenko opened this issue Jan 26, 2025 · 1 comment
Open

script.NodeRemoteValue without any attribute? #868

nvborisenko opened this issue Jan 26, 2025 · 1 comment

Comments

@nvborisenko
Copy link

I am reading the following definition for NodeRemoteValue:

script.NodeRemoteValue = {
  type: "node",
  ? sharedId: script.SharedId,
  ? handle: script.Handle,
  ? internalId: script.InternalId,
  ? value: script.NodeProperties,
}

Hmm, everything is optional? Then what does define it as concrete value? Seems sharedId...

@OrKoN
Copy link
Contributor

OrKoN commented Jan 27, 2025

What attributes will be set is specified in the serialization steps https://w3c.github.io/webdriver-bidi/#serialize-as-a-remote-value and depends on parameters like the ownership.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants