We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am reading the following definition for NodeRemoteValue:
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...
sharedId
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I am reading the following definition for
NodeRemoteValue
:Hmm, everything is optional? Then what does define it as concrete value? Seems
sharedId
...The text was updated successfully, but these errors were encountered: