w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
679 stars 194 forks source link

Extend `get a node` and `get or create a node reference` algorithms #1703

Closed sadym-chromium closed 1 year ago

sadym-chromium commented 1 year ago

To implement interoperability between WebDriver Classic's and WebDriver BiDi's references, the browsing context should be passed to some algorithms.


Preview | Diff

jgraham commented 1 year ago

I folded my suggestion into https://github.com/w3c/webdriver/pull/1707, so if you like that one we can land it rather than this (but if there are issues with that one, we can make the same change here instead).

sadym-chromium commented 1 year ago

Implemented in https://github.com/w3c/webdriver/pull/1707.