Bug 1770731 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Once bug 1692468 is fixed web elements from WebDriver classic could be also shared by  WebDriver BiDi. To get this implemented we have to follow the BiDi specification around serialization of platform objects of type node: 

https://w3c.github.io/webdriver-bidi/#ref-for-boundary-point-node

The following restrictions will apply to this bug so that we can better split the work into several bugs:

1. Start with the object itself and do not care about child nodes (maxDepth argument)
2. Do not add support for node details, and only include the `sharedId` reference
Once bug 1692468 is fixed web elements from WebDriver classic could be also shared by  WebDriver BiDi. To get this implemented we have to follow the BiDi specification around serialization of platform objects of type node: 

https://w3c.github.io/webdriver-bidi/#ref-for-boundary-point-node

The following restrictions will apply to this bug so that we can better split the work into several bugs:

1. Start with the object itself and do not care about child nodes (maxDepth argument)
2. Do not add support for node details (will be done by bug 1770733)
3. Support the `sharedId` property

Back to Bug 1770731 Comment 0