w3c / webdriver

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

Remove browsing context argument for "get or create a node reference" #1746

Open whimboo opened 1 year ago

whimboo commented 1 year ago

Given that the browsing context of the node is required to store the node reference there is no need to pass the browsing context as additional argument. Instead it can directly retrieved from the node argument.

https://w3c.github.io/webdriver/#dfn-get-or-create-a-node-reference